* installing *source* package 'fromo' ...
** this is package 'fromo' version '0.2.5'
** package 'fromo' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 14.3.0'
make[1]: Entering directory '/d/temp/2026_09_19_01_50_00_21847/RtmporjIry/R.INSTALL8cd042ab108d/fromo/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.5.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.5.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -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++ -std=gnu++17  -I"D:/RCompile/recent/R-4.5.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -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:428:16:   required from here
  428 |     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:444:18:   required from here
  444 |     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++ -std=gnu++17  -I"D:/RCompile/recent/R-4.5.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:132:52:   required from here
  132 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  133 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:132:52:   required from here
  132 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  133 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:132:52:   required from here
  132 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  133 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:132:52:   required from here
  132 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  133 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:132:52:   required from here
  132 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  133 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:132:52:   required from here
  132 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  133 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:132:52:   required from here
  132 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  133 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:132:52:   required from here
  132 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  133 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:132:52:   required from here
  132 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  133 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:132:52:   required from here
  132 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  133 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:132:52:   required from here
  132 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  133 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:132:52:   required from here
  132 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  133 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:132:52:   required from here
  132 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  133 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:132:52:   required from here
  132 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  133 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:132:52:   required from here
  132 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  133 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:132:52:   required from here
  132 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  133 |                                                             na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:146:54:   required from here
  146 |     NumericMatrix preval = runQMCurryThree<ret_skew4>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  147 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:146:54:   required from here
  146 |     NumericMatrix preval = runQMCurryThree<ret_skew4>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  147 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:146:54:   required from here
  146 |     NumericMatrix preval = runQMCurryThree<ret_skew4>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  147 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:146:54:   required from here
  146 |     NumericMatrix preval = runQMCurryThree<ret_skew4>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  147 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:146:54:   required from here
  146 |     NumericMatrix preval = runQMCurryThree<ret_skew4>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  147 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:146:54:   required from here
  146 |     NumericMatrix preval = runQMCurryThree<ret_skew4>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  147 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:146:54:   required from here
  146 |     NumericMatrix preval = runQMCurryThree<ret_skew4>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  147 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:146:54:   required from here
  146 |     NumericMatrix preval = runQMCurryThree<ret_skew4>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  147 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:146:54:   required from here
  146 |     NumericMatrix preval = runQMCurryThree<ret_skew4>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  147 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:146:54:   required from here
  146 |     NumericMatrix preval = runQMCurryThree<ret_skew4>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  147 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:146:54:   required from here
  146 |     NumericMatrix preval = runQMCurryThree<ret_skew4>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  147 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:146:54:   required from here
  146 |     NumericMatrix preval = runQMCurryThree<ret_skew4>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  147 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:146:54:   required from here
  146 |     NumericMatrix preval = runQMCurryThree<ret_skew4>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  147 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:146:54:   required from here
  146 |     NumericMatrix preval = runQMCurryThree<ret_skew4>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  147 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:146:54:   required from here
  146 |     NumericMatrix preval = runQMCurryThree<ret_skew4>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  147 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:146:54:   required from here
  146 |     NumericMatrix preval = runQMCurryThree<ret_skew4>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  147 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:161:56:   required from here
  161 |     NumericMatrix preval = runQMCurryThree<ret_exkurt5>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162 |                                                                 na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:161:56:   required from here
  161 |     NumericMatrix preval = runQMCurryThree<ret_exkurt5>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162 |                                                                 na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:161:56:   required from here
  161 |     NumericMatrix preval = runQMCurryThree<ret_exkurt5>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162 |                                                                 na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:161:56:   required from here
  161 |     NumericMatrix preval = runQMCurryThree<ret_exkurt5>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162 |                                                                 na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:161:56:   required from here
  161 |     NumericMatrix preval = runQMCurryThree<ret_exkurt5>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162 |                                                                 na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:161:56:   required from here
  161 |     NumericMatrix preval = runQMCurryThree<ret_exkurt5>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162 |                                                                 na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:161:56:   required from here
  161 |     NumericMatrix preval = runQMCurryThree<ret_exkurt5>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162 |                                                                 na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:161:56:   required from here
  161 |     NumericMatrix preval = runQMCurryThree<ret_exkurt5>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162 |                                                                 na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:161:56:   required from here
  161 |     NumericMatrix preval = runQMCurryThree<ret_exkurt5>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162 |                                                                 na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:161:56:   required from here
  161 |     NumericMatrix preval = runQMCurryThree<ret_exkurt5>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162 |                                                                 na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:161:56:   required from here
  161 |     NumericMatrix preval = runQMCurryThree<ret_exkurt5>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162 |                                                                 na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:161:56:   required from here
  161 |     NumericMatrix preval = runQMCurryThree<ret_exkurt5>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162 |                                                                 na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:161:56:   required from here
  161 |     NumericMatrix preval = runQMCurryThree<ret_exkurt5>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162 |                                                                 na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:161:56:   required from here
  161 |     NumericMatrix preval = runQMCurryThree<ret_exkurt5>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162 |                                                                 na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:161:56:   required from here
  161 |     NumericMatrix preval = runQMCurryThree<ret_exkurt5>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162 |                                                                 na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:161:56:   required from here
  161 |     NumericMatrix preval = runQMCurryThree<ret_exkurt5>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162 |                                                                 na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:176:38:   required from here
  176 |     return runQMCurryThree<ret_stdev>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  177 |                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:176:38:   required from here
  176 |     return runQMCurryThree<ret_stdev>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  177 |                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:176:38:   required from here
  176 |     return runQMCurryThree<ret_stdev>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  177 |                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:176:38:   required from here
  176 |     return runQMCurryThree<ret_stdev>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  177 |                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:176:38:   required from here
  176 |     return runQMCurryThree<ret_stdev>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  177 |                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:176:38:   required from here
  176 |     return runQMCurryThree<ret_stdev>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  177 |                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:176:38:   required from here
  176 |     return runQMCurryThree<ret_stdev>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  177 |                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:176:38:   required from here
  176 |     return runQMCurryThree<ret_stdev>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  177 |                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:176:38:   required from here
  176 |     return runQMCurryThree<ret_stdev>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  177 |                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:176:38:   required from here
  176 |     return runQMCurryThree<ret_stdev>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  177 |                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:176:38:   required from here
  176 |     return runQMCurryThree<ret_stdev>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  177 |                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:176:38:   required from here
  176 |     return runQMCurryThree<ret_stdev>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  177 |                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:176:38:   required from here
  176 |     return runQMCurryThree<ret_stdev>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  177 |                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:176:38:   required from here
  176 |     return runQMCurryThree<ret_stdev>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  177 |                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:176:38:   required from here
  176 |     return runQMCurryThree<ret_stdev>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  177 |                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:176:38:   required from here
  176 |     return runQMCurryThree<ret_stdev>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  177 |                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:190:37:   required from here
  190 |     return runQMCurryThree<ret_skew>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  191 |                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:190:37:   required from here
  190 |     return runQMCurryThree<ret_skew>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  191 |                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:190:37:   required from here
  190 |     return runQMCurryThree<ret_skew>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  191 |                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:190:37:   required from here
  190 |     return runQMCurryThree<ret_skew>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  191 |                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:190:37:   required from here
  190 |     return runQMCurryThree<ret_skew>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  191 |                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:190:37:   required from here
  190 |     return runQMCurryThree<ret_skew>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  191 |                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:190:37:   required from here
  190 |     return runQMCurryThree<ret_skew>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  191 |                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:190:37:   required from here
  190 |     return runQMCurryThree<ret_skew>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  191 |                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:190:37:   required from here
  190 |     return runQMCurryThree<ret_skew>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  191 |                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:190:37:   required from here
  190 |     return runQMCurryThree<ret_skew>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  191 |                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:190:37:   required from here
  190 |     return runQMCurryThree<ret_skew>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  191 |                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:190:37:   required from here
  190 |     return runQMCurryThree<ret_skew>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  191 |                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:190:37:   required from here
  190 |     return runQMCurryThree<ret_skew>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  191 |                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:190:37:   required from here
  190 |     return runQMCurryThree<ret_skew>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  191 |                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:190:37:   required from here
  190 |     return runQMCurryThree<ret_skew>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  191 |                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:190:37:   required from here
  190 |     return runQMCurryThree<ret_skew>(v, wts, 3, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  191 |                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:204:39:   required from here
  204 |     return runQMCurryThree<ret_exkurt>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205 |                                                na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:204:39:   required from here
  204 |     return runQMCurryThree<ret_exkurt>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205 |                                                na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:204:39:   required from here
  204 |     return runQMCurryThree<ret_exkurt>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205 |                                                na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:204:39:   required from here
  204 |     return runQMCurryThree<ret_exkurt>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205 |                                                na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:204:39:   required from here
  204 |     return runQMCurryThree<ret_exkurt>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205 |                                                na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:204:39:   required from here
  204 |     return runQMCurryThree<ret_exkurt>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205 |                                                na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:204:39:   required from here
  204 |     return runQMCurryThree<ret_exkurt>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205 |                                                na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:204:39:   required from here
  204 |     return runQMCurryThree<ret_exkurt>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205 |                                                na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:204:39:   required from here
  204 |     return runQMCurryThree<ret_exkurt>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205 |                                                na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:204:39:   required from here
  204 |     return runQMCurryThree<ret_exkurt>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205 |                                                na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:204:39:   required from here
  204 |     return runQMCurryThree<ret_exkurt>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205 |                                                na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:204:39:   required from here
  204 |     return runQMCurryThree<ret_exkurt>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205 |                                                na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:204:39:   required from here
  204 |     return runQMCurryThree<ret_exkurt>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205 |                                                na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:204:39:   required from here
  204 |     return runQMCurryThree<ret_exkurt>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205 |                                                na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:204:39:   required from here
  204 |     return runQMCurryThree<ret_exkurt>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205 |                                                na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:204:39:   required from here
  204 |     return runQMCurryThree<ret_exkurt>(v, wts, 4, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205 |                                                na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:222:48:   required from here
  222 |         return runQMCurryThree<ret_centmaxonly>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  223 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:222:48:   required from here
  222 |         return runQMCurryThree<ret_centmaxonly>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  223 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:222:48:   required from here
  222 |         return runQMCurryThree<ret_centmaxonly>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  223 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:222:48:   required from here
  222 |         return runQMCurryThree<ret_centmaxonly>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  223 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:222:48:   required from here
  222 |         return runQMCurryThree<ret_centmaxonly>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  223 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:222:48:   required from here
  222 |         return runQMCurryThree<ret_centmaxonly>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  223 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:222:48:   required from here
  222 |         return runQMCurryThree<ret_centmaxonly>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  223 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:222:48:   required from here
  222 |         return runQMCurryThree<ret_centmaxonly>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  223 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:222:48:   required from here
  222 |         return runQMCurryThree<ret_centmaxonly>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  223 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:222:48:   required from here
  222 |         return runQMCurryThree<ret_centmaxonly>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  223 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:222:48:   required from here
  222 |         return runQMCurryThree<ret_centmaxonly>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  223 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:222:48:   required from here
  222 |         return runQMCurryThree<ret_centmaxonly>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  223 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:222:48:   required from here
  222 |         return runQMCurryThree<ret_centmaxonly>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  223 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:222:48:   required from here
  222 |         return runQMCurryThree<ret_centmaxonly>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  223 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:222:48:   required from here
  222 |         return runQMCurryThree<ret_centmaxonly>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  223 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:222:48:   required from here
  222 |         return runQMCurryThree<ret_centmaxonly>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  223 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:225:44:   required from here
  225 |     return runQMCurryThree<ret_centmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  226 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:225:44:   required from here
  225 |     return runQMCurryThree<ret_centmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  226 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:225:44:   required from here
  225 |     return runQMCurryThree<ret_centmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  226 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:225:44:   required from here
  225 |     return runQMCurryThree<ret_centmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  226 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:225:44:   required from here
  225 |     return runQMCurryThree<ret_centmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  226 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:225:44:   required from here
  225 |     return runQMCurryThree<ret_centmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  226 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:225:44:   required from here
  225 |     return runQMCurryThree<ret_centmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  226 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:225:44:   required from here
  225 |     return runQMCurryThree<ret_centmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  226 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:225:44:   required from here
  225 |     return runQMCurryThree<ret_centmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  226 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:225:44:   required from here
  225 |     return runQMCurryThree<ret_centmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  226 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:225:44:   required from here
  225 |     return runQMCurryThree<ret_centmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  226 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:225:44:   required from here
  225 |     return runQMCurryThree<ret_centmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  226 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:225:44:   required from here
  225 |     return runQMCurryThree<ret_centmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  226 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:225:44:   required from here
  225 |     return runQMCurryThree<ret_centmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  226 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:225:44:   required from here
  225 |     return runQMCurryThree<ret_centmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  226 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:225:44:   required from here
  225 |     return runQMCurryThree<ret_centmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  226 |                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:240:43:   required from here
  240 |     return runQMCurryThree<ret_stdmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  241 |                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:240:43:   required from here
  240 |     return runQMCurryThree<ret_stdmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  241 |                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:240:43:   required from here
  240 |     return runQMCurryThree<ret_stdmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  241 |                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:240:43:   required from here
  240 |     return runQMCurryThree<ret_stdmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  241 |                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:240:43:   required from here
  240 |     return runQMCurryThree<ret_stdmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  241 |                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:240:43:   required from here
  240 |     return runQMCurryThree<ret_stdmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  241 |                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:240:43:   required from here
  240 |     return runQMCurryThree<ret_stdmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  241 |                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:240:43:   required from here
  240 |     return runQMCurryThree<ret_stdmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  241 |                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:240:43:   required from here
  240 |     return runQMCurryThree<ret_stdmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  241 |                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:240:43:   required from here
  240 |     return runQMCurryThree<ret_stdmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  241 |                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:240:43:   required from here
  240 |     return runQMCurryThree<ret_stdmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  241 |                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:240:43:   required from here
  240 |     return runQMCurryThree<ret_stdmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  241 |                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:240:43:   required from here
  240 |     return runQMCurryThree<ret_stdmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  241 |                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:240:43:   required from here
  240 |     return runQMCurryThree<ret_stdmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  241 |                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:240:43:   required from here
  240 |     return runQMCurryThree<ret_stdmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  241 |                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:240:43:   required from here
  240 |     return runQMCurryThree<ret_stdmoments>(v, wts, max_order, wins, restart_period, 0, min_df, used_df,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  241 |                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:408:41:   required from here
  408 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:408:41:   required from here
  408 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:408:41:   required from here
  408 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:408:41:   required from here
  408 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:408:41:   required from here
  408 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:408:41:   required from here
  408 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:408:41:   required from here
  408 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:408:41:   required from here
  408 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:408:41:   required from here
  408 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:408:41:   required from here
  408 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:408:41:   required from here
  408 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:408:41:   required from here
  408 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:408:41:   required from here
  408 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:408:41:   required from here
  408 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:408:41:   required from here
  408 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:408:41:   required from here
  408 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:420:39:   required from here
  420 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:420:39:   required from here
  420 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:420:39:   required from here
  420 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:420:39:   required from here
  420 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:420:39:   required from here
  420 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:420:39:   required from here
  420 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:420:39:   required from here
  420 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:420:39:   required from here
  420 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:420:39:   required from here
  420 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:420:39:   required from here
  420 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:420:39:   required from here
  420 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:420:39:   required from here
  420 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:420:39:   required from here
  420 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:420:39:   required from here
  420 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:420:39:   required from here
  420 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:420:39:   required from here
  420 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:432:39:   required from here
  432 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:432:39:   required from here
  432 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:432:39:   required from here
  432 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:432:39:   required from here
  432 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:432:39:   required from here
  432 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:432:39:   required from here
  432 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:432:39:   required from here
  432 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:432:39:   required from here
  432 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:432:39:   required from here
  432 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:432:39:   required from here
  432 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:432:39:   required from here
  432 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:432:39:   required from here
  432 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:432:39:   required from here
  432 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:432:39:   required from here
  432 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:432:39:   required from here
  432 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:432:39:   required from here
  432 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:445:45:   required from here
  445 |         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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:445:45:   required from here
  445 |         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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:445:45:   required from here
  445 |         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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:445:45:   required from here
  445 |         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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:445:45:   required from here
  445 |         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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:445:45:   required from here
  445 |         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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:445:45:   required from here
  445 |         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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:445:45:   required from here
  445 |         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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:445:45:   required from here
  445 |         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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:445:45:   required from here
  445 |         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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:445:45:   required from here
  445 |         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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:445:45:   required from here
  445 |         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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:445:45:   required from here
  445 |         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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:445:45:   required from here
  445 |         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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:445:45:   required from here
  445 |         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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:445:45:   required from here
  445 |         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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:447:39:   required from here
  447 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:447:39:   required from here
  447 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:447:39:   required from here
  447 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:447:39:   required from here
  447 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:447:39:   required from here
  447 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:447:39:   required from here
  447 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:447:39:   required from here
  447 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:447:39:   required from here
  447 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:447:39:   required from here
  447 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:447:39:   required from here
  447 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:447:39:   required from here
  447 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:447:39:   required from here
  447 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:447:39:   required from here
  447 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:447:39:   required from here
  447 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:447:39:   required from here
  447 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:447:39:   required from here
  447 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:459:38:   required from here
  459 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:459:38:   required from here
  459 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:459:38:   required from here
  459 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:459:38:   required from here
  459 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:459:38:   required from here
  459 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:459:38:   required from here
  459 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:459:38:   required from here
  459 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:459:38:   required from here
  459 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:459:38:   required from here
  459 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:459:38:   required from here
  459 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:459:38:   required from here
  459 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:459:38:   required from here
  459 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:459:38:   required from here
  459 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:459:38:   required from here
  459 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:459:38:   required from here
  459 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:387:68:   required from 'Rcpp::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*]'
  387 |         case REALSXP: { return runQMCurryTwo<NumericVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:459:38:   required from here
  459 |     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:108:28: warning: unused variable 'denom' [-Wunused-variable]
  108 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
running.h:108:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  108 |     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:203: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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  203 |                     frets.swap_one(nextv,nextw,prevv,prevw);
      |                     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:132:52:   required from here
  132 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  133 |                                                             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:203: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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  203 |                     frets.swap_one(nextv,nextw,prevv,prevw);
      |                     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:132:52:   required from here
  132 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  133 |                                                             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:203: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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  203 |                     frets.swap_one(nextv,nextw,prevv,prevw);
      |                     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:132:52:   required from here
  132 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  133 |                                                             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:203: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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  203 |                     frets.swap_one(nextv,nextw,prevv,prevw);
      |                     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:365: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>]'
  365 |         return runQMCurryOne<T,retwhat,false>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:132:52:   required from here
  132 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  133 |                                                             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:203: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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  203 |                     frets.swap_one(nextv,nextw,prevv,prevw);
      |                     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:132:52:   required from here
  132 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  133 |                                                             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:203: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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  203 |                     frets.swap_one(nextv,nextw,prevv,prevw);
      |                     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:339: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>]'
  339 |         return runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(), ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |                                                                               min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:132:52:   required from here
  132 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  133 |                                                             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:203: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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  203 |                     frets.swap_one(nextv,nextw,prevv,prevw);
      |                     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
running.h:316:63:   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>]'
  316 |         return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts, ord, window, restart_period, lookahead,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  317 |                                                                min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:132:52:   required from here
  132 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  133 |                                                             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:203: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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  203 |                     frets.swap_one(nextv,nextw,prevv,prevw);
      |                     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
running.h:319:60:   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>]'
  319 |     return runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  320 |                                                             min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:343: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>]'
  343 |     return runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  344 |                                                                            min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:368: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>]'
  368 |     return runQMCurryOne<T,retwhat,true>(v, wts, ord, window, restart_period, lookahead,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |                                          min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.h:386:68:   required from 'Rcpp::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*]'
  386 |         case  INTSXP: { return runQMCurryTwo<IntegerVector,retwhat>(v, wts, ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments); }
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
running.cpp:132:52:   required from here
  132 |     NumericMatrix preval = runQMCurryThree<ret_sd3>(v, wts, 2, wins, restart_period, 0, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  133 |                                                             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++ -std=gnu++17  -I"D:/RCompile/recent/R-4.5.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -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++ -std=gnu++17  -I"D:/RCompile/recent/R-4.5.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                                                ^~~~~~~~
t_running.h: In instantiation of 'Rcpp::NumericMatrix t_runQM(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, 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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:425:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  425 |         case REALSXP: { return t_runQMCurryTwo<NumericVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  426 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |                                                                       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:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
t_running.h:187:28: warning: unused variable 'denom' [-Wunused-variable]
  187 |     double sg_denom,renorm,denom,sigmasq,sigma,sigmapow,mydf,dwsum,skew,exkurt,sr;
      |                            ^~~~~
t_running.h:187:48: warning: unused variable 'sigmapow' [-Wunused-variable]
  187 |     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:260: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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  260 |                     frets.swap_one(nextv,nextw,prevv,prevw);
      |                     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:260: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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  260 |                     frets.swap_one(nextv,nextw,prevv,prevw);
      |                     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:260: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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  260 |                     frets.swap_one(nextv,nextw,prevv,prevw);
      |                     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:260: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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  260 |                     frets.swap_one(nextv,nextw,prevv,prevw);
      |                     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:391: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>]'
  391 |         return t_runQMCurryOne<T,retwhat,false>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  392 |                                                 time, time_deltas, lb_time,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393 |                                                 ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394 |                                                 variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:260: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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  260 |                     frets.swap_one(nextv,nextw,prevv,prevw);
      |                     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:260: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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  260 |                     frets.swap_one(nextv,nextw,prevv,prevw);
      |                     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:353: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>]'
  353 |         return t_runQMCurryZero<T,retwhat,NumericVector,double,true,ord_beyond>(v, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  354 |                                                                                 time, time_deltas, lb_time,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                                                                                 ord, window, restart_period, lookahead,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356 |                                                                                 min_df, used_df, na_rm, check_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                 variable_win, wts_as_delta, normalize_wts,
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                                 check_negative_moments);
      |                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:260: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 na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  260 |                     frets.swap_one(nextv,nextw,prevv,prevw);
      |                     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:321:65:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  321 |         return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,true>(v, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  322 |                                                                  time, time_deltas, lb_time,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323 |                                                                  ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  324 |                                                                  variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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:260: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 na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  260 |                     frets.swap_one(nextv,nextw,prevv,prevw);
      |                     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:326:62:   required from 'Rcpp::NumericMatrix t_runQMCurryZero(T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::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>]'
  326 |     return t_runQM<T,retwhat,W,oneW,has_wts,ord_beyond,false>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  327 |                                                               time, time_deltas, lb_time,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  328 |                                                               ord, window, restart_period, lookahead, min_df, used_df, check_wts,
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329 |                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:361: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>]'
  361 |     return t_runQMCurryZero<T,retwhat,NumericVector,double,false,ord_beyond>(v, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  362 |                                                                              time, time_deltas, lb_time,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363 |                                                                              ord, window, restart_period, lookahead,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |                                                                              min_df, used_df, na_rm, check_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                              variable_win, wts_as_delta, normalize_wts,
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                              check_negative_moments);
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:396: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>]'
  396 |     return t_runQMCurryOne<T,retwhat,true>(v, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397 |                                            time, time_deltas, lb_time,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                            ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                            variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:421:70:   required from 'Rcpp::NumericMatrix t_runQMCurryThree(SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::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*]'
  421 |         case  INTSXP: { return t_runQMCurryTwo<IntegerVector,retwhat>(v, wts,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  422 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  423 |                                                                       ord, window, restart_period, lookahead, min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424 |                                                                       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_sd3; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool na_rm = true]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = false]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = true]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = false]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = true]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = false]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = true]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = false]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = true]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = false]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = true]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = false]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = true]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = false]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = true]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = false]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = true]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = false]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = true]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = false]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = true]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = false]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = true]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = false]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = true]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = false]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = true]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = false]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = true]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = false]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = true]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = false]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = true]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = false]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = true]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = false]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = true]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = false]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = true]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = false]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = true]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = false]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = true]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = false]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = true]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = false]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = true]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = false]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = true]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = false]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = true]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = false]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = true]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = false]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = true]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = false]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = true]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = false]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = true]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = false]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool na_rm = true]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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_tstat; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool ord_beyond = false; bool na_rm = false]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = true]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = false]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 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:329:128,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:324:131,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:329:128,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:324:131,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:329:128,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:324:131,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:329:128,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:324:131,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:329:128,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:324:131,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:329:128,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:324:131,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:329:128,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:324:131,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:329:128,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:324:131,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:329:128,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:324:131,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:329:128,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:324:131,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:329:128,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:324:131,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 na_rm = false]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = false]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 = false; bool ord_beyond = 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 = false; bool ord_beyond = true]' at t_running.h:324:131,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:329:128,
    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:358:103:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:324:131,
    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:358:103:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 = false; bool ord_beyond = 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 = false; bool ord_beyond = true]' at t_running.h:324:131,
    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:366:100,
    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:399: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:428: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:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:329:128,
    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:358: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:399: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:428: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:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:324:131,
    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:358: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:399: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:428: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:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:329:128,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:324:131,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:329:128,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:324:131,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:329:128,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:324:131,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:329:128,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:324:131,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:329:128,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:324:131,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:329:128,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:324:131,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:329:128,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:324:131,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:329:128,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:324:131,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:329:128,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:324:131,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:329:128,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:324:131,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:329:128,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:324:131,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:329:128,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:324:131,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 na_rm = false]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = false]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 = false; bool ord_beyond = 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 = false; bool ord_beyond = true]' at t_running.h:324:131,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:329:128,
    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:358:103:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:324:131,
    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:358:103:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 = false; bool ord_beyond = 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 = false; bool ord_beyond = true]' at t_running.h:324:131,
    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:366:100,
    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:399: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:428: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:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:329:128,
    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:358: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:399: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:428: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:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:324:131,
    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:358: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:399: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:428: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:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 na_rm = false]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 na_rm = false]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 = false; bool ord_beyond = 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 = false; bool ord_beyond = true]' at t_running.h:324:131,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:329:128,
    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:358:103:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:324:131,
    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:358:103:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 = false; bool ord_beyond = 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 = false; bool ord_beyond = true]' at t_running.h:324:131,
    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:366:100,
    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:399: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:428: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:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:329:128,
    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:358: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:399: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:428: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:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:324:131,
    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:358: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:399: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:428: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:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:329:128,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:324:131,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:329:128,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:324:131,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 = false; bool ord_beyond = true; bool na_rm = false]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 = false; bool ord_beyond = true; bool na_rm = true]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 = false; bool ord_beyond = true; bool na_rm = false]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 = false; bool ord_beyond = true; bool na_rm = true]':
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_running.h:181:15: note: 't0' was declared here
  181 |     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 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:329:128,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:324:131,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:329:128,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:324:131,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:329:128,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:324:131,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:329:128,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:324:131,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:329:128,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     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 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:324:131,
    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:366:100:
t_running.h:239:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  239 |         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:181:15: note: 't0' was declared here
  181 |     double tf,t0;
      |               ^~
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.5.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -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:348: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*]'
  348 |             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,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  349 |                                                                                                                              variable_win,wts_as_delta,check_wts));
      |                                                                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:375: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*]'
  375 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:405: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*]'
  405 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  407 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:436: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*]'
  436 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:88:45:   required from here
   88 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   90 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:351: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*]'
  351 |             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,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  352 |                                                                                                                               variable_win,wts_as_delta,check_wts));
      |                                                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:375: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*]'
  375 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:405: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*]'
  405 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  407 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:436: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*]'
  436 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:88:45:   required from here
   88 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   90 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:356: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*]'
  356 |         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,
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                                                          variable_win,wts_as_delta,check_wts));
      |                                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:375: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*]'
  375 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:405: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*]'
  405 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  407 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:436: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*]'
  436 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:88:45:   required from here
   88 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   90 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:359: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*]'
  359 |     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,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                                                                       variable_win,wts_as_delta,check_wts));
      |                                                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:375: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*]'
  375 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:405: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*]'
  405 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  407 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:436: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*]'
  436 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:88:45:   required from here
   88 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   90 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:348: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*]'
  348 |             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,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  349 |                                                                                                                              variable_win,wts_as_delta,check_wts));
      |                                                                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:378: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*]'
  378 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  380 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:405: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*]'
  405 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  407 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:436: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*]'
  436 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:88:45:   required from here
   88 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   90 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:351: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*]'
  351 |             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,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  352 |                                                                                                                               variable_win,wts_as_delta,check_wts));
      |                                                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:378: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*]'
  378 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  380 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:405: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*]'
  405 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  407 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:436: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*]'
  436 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:88:45:   required from here
   88 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   90 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:356: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*]'
  356 |         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,
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                                                          variable_win,wts_as_delta,check_wts));
      |                                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:378: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*]'
  378 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  380 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:405: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*]'
  405 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  407 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:436: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*]'
  436 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:88:45:   required from here
   88 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   90 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:359: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*]'
  359 |     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,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                                                                       variable_win,wts_as_delta,check_wts));
      |                                                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:378: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*]'
  378 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  380 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:405: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*]'
  405 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  407 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:436: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*]'
  436 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:88:45:   required from here
   88 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   90 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:348: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*]'
  348 |             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,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  349 |                                                                                                                              variable_win,wts_as_delta,check_wts));
      |                                                                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:389: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*]'
  389 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  391 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:405: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*]'
  405 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  407 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:436: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*]'
  436 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:88:45:   required from here
   88 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   90 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:351: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*]'
  351 |             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,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  352 |                                                                                                                               variable_win,wts_as_delta,check_wts));
      |                                                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:389: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*]'
  389 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  391 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:405: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*]'
  405 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  407 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:436: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*]'
  436 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:88:45:   required from here
   88 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   90 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:356: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*]'
  356 |         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,
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                                                          variable_win,wts_as_delta,check_wts));
      |                                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:389: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*]'
  389 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  391 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:405: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*]'
  405 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  407 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:436: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*]'
  436 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:88:45:   required from here
   88 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   90 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:359: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*]'
  359 |     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,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                                                                       variable_win,wts_as_delta,check_wts));
      |                                                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:389: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*]'
  389 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  391 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:405: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*]'
  405 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  407 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:436: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*]'
  436 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:88:45:   required from here
   88 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   90 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:348: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*]'
  348 |             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,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  349 |                                                                                                                              variable_win,wts_as_delta,check_wts));
      |                                                                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:375: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*]'
  375 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:408: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*]'
  408 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:436: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*]'
  436 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:88:45:   required from here
   88 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   90 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:351: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*]'
  351 |             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,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  352 |                                                                                                                               variable_win,wts_as_delta,check_wts));
      |                                                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:375: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*]'
  375 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:408: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*]'
  408 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:436: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*]'
  436 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:88:45:   required from here
   88 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   90 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:356: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*]'
  356 |         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,
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                                                          variable_win,wts_as_delta,check_wts));
      |                                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:375: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*]'
  375 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:408: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*]'
  408 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:436: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*]'
  436 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:88:45:   required from here
   88 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   90 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:359: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*]'
  359 |     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,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                                                                       variable_win,wts_as_delta,check_wts));
      |                                                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:375: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*]'
  375 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:408: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*]'
  408 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:436: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*]'
  436 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:88:45:   required from here
   88 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   90 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:348: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*]'
  348 |             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,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  349 |                                                                                                                              variable_win,wts_as_delta,check_wts));
      |                                                                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:378: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*]'
  378 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  380 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:408: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*]'
  408 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:436: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*]'
  436 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:88:45:   required from here
   88 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   90 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:351: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*]'
  351 |             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,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  352 |                                                                                                                               variable_win,wts_as_delta,check_wts));
      |                                                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:378: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*]'
  378 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  380 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:408: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*]'
  408 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:436: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*]'
  436 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:88:45:   required from here
   88 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   90 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:356: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*]'
  356 |         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,
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                                                          variable_win,wts_as_delta,check_wts));
      |                                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:378: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*]'
  378 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  380 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:408: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*]'
  408 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:436: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*]'
  436 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:88:45:   required from here
   88 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   90 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:359: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*]'
  359 |     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,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                                                                       variable_win,wts_as_delta,check_wts));
      |                                                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:378: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*]'
  378 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  380 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:408: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*]'
  408 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:436: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*]'
  436 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:88:45:   required from here
   88 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   90 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:348: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*]'
  348 |             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,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  349 |                                                                                                                              variable_win,wts_as_delta,check_wts));
      |                                                                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:389: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*]'
  389 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  391 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:408: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*]'
  408 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:436: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*]'
  436 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:88:45:   required from here
   88 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   90 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:351: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*]'
  351 |             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,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  352 |                                                                                                                               variable_win,wts_as_delta,check_wts));
      |                                                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:389: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*]'
  389 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  391 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:408: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*]'
  408 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:436: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*]'
  436 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:88:45:   required from here
   88 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   90 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:356: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*]'
  356 |         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,
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                                                          variable_win,wts_as_delta,check_wts));
      |                                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:389: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*]'
  389 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  391 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:408: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*]'
  408 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:436: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*]'
  436 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:88:45:   required from here
   88 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   90 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:359: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*]'
  359 |     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,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                                                                       variable_win,wts_as_delta,check_wts));
      |                                                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:389: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*]'
  389 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  391 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:408: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*]'
  408 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:436: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*]'
  436 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:88:45:   required from here
   88 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   90 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:348: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*]'
  348 |             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,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  349 |                                                                                                                              variable_win,wts_as_delta,check_wts));
      |                                                                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:375: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*]'
  375 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:405: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*]'
  405 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  407 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:440: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*]'
  440 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  442 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:88:45:   required from here
   88 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   90 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:351: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*]'
  351 |             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,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  352 |                                                                                                                               variable_win,wts_as_delta,check_wts));
      |                                                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:375: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*]'
  375 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:405: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*]'
  405 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  407 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:440: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*]'
  440 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  442 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:88:45:   required from here
   88 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   90 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:356: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*]'
  356 |         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,
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                                                          variable_win,wts_as_delta,check_wts));
      |                                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:375: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*]'
  375 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:405: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*]'
  405 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  407 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:440: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*]'
  440 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  442 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:88:45:   required from here
   88 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   90 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:359: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*]'
  359 |     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,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                                                                       variable_win,wts_as_delta,check_wts));
      |                                                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:375: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*]'
  375 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:405: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*]'
  405 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  407 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:440: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*]'
  440 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  442 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:88:45:   required from here
   88 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   90 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:348: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*]'
  348 |             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,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  349 |                                                                                                                              variable_win,wts_as_delta,check_wts));
      |                                                                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:378: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*]'
  378 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  380 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:405: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*]'
  405 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  407 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:440: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*]'
  440 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  442 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:88:45:   required from here
   88 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   90 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:351: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*]'
  351 |             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,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  352 |                                                                                                                               variable_win,wts_as_delta,check_wts));
      |                                                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:378: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*]'
  378 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  380 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:405: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*]'
  405 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  407 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:440: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*]'
  440 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  442 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:88:45:   required from here
   88 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   90 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:356: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*]'
  356 |         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,
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                                                          variable_win,wts_as_delta,check_wts));
      |                                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:378: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*]'
  378 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  380 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:405: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*]'
  405 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  407 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:440: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*]'
  440 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  442 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:88:45:   required from here
   88 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   90 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:359: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*]'
  359 |     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,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                                                                       variable_win,wts_as_delta,check_wts));
      |                                                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:378: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*]'
  378 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  380 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:405: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*]'
  405 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  407 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:440: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*]'
  440 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  442 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:88:45:   required from here
   88 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   90 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:348: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*]'
  348 |             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,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  349 |                                                                                                                              variable_win,wts_as_delta,check_wts));
      |                                                                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:389: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*]'
  389 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  391 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:405: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*]'
  405 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  407 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:440: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*]'
  440 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  442 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:88:45:   required from here
   88 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   90 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:351: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*]'
  351 |             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,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  352 |                                                                                                                               variable_win,wts_as_delta,check_wts));
      |                                                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:389: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*]'
  389 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  391 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:405: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*]'
  405 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  407 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:440: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*]'
  440 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  442 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:88:45:   required from here
   88 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   90 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:356: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*]'
  356 |         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,
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                                                          variable_win,wts_as_delta,check_wts));
      |                                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:389: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*]'
  389 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  391 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:405: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*]'
  405 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  407 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:440: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*]'
  440 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  442 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:88:45:   required from here
   88 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   90 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:359: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*]'
  359 |     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,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                                                                       variable_win,wts_as_delta,check_wts));
      |                                                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:389: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*]'
  389 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  391 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:405: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*]'
  405 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  407 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:440: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*]'
  440 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  442 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:88:45:   required from here
   88 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   90 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:348: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*]'
  348 |             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,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  349 |                                                                                                                              variable_win,wts_as_delta,check_wts));
      |                                                                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:375: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*]'
  375 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:408: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*]'
  408 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:440: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*]'
  440 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  442 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:88:45:   required from here
   88 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   90 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:351: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*]'
  351 |             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,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  352 |                                                                                                                               variable_win,wts_as_delta,check_wts));
      |                                                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:375: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*]'
  375 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:408: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*]'
  408 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:440: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*]'
  440 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  442 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:88:45:   required from here
   88 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   90 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:356: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*]'
  356 |         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,
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                                                          variable_win,wts_as_delta,check_wts));
      |                                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:375: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*]'
  375 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:408: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*]'
  408 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:440: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*]'
  440 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  442 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:88:45:   required from here
   88 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   90 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:359: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*]'
  359 |     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,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                                                                       variable_win,wts_as_delta,check_wts));
      |                                                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:375: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*]'
  375 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:408: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*]'
  408 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:440: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*]'
  440 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  442 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:88:45:   required from here
   88 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   90 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:348: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*]'
  348 |             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,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  349 |                                                                                                                              variable_win,wts_as_delta,check_wts));
      |                                                                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:378: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*]'
  378 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  380 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:408: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*]'
  408 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:440: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*]'
  440 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  442 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:88:45:   required from here
   88 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   90 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:351: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*]'
  351 |             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,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  352 |                                                                                                                               variable_win,wts_as_delta,check_wts));
      |                                                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:378: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*]'
  378 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  380 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:408: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*]'
  408 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:440: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*]'
  440 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  442 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:88:45:   required from here
   88 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   90 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:356: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*]'
  356 |         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,
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                                                          variable_win,wts_as_delta,check_wts));
      |                                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:378: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*]'
  378 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  380 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:408: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*]'
  408 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:440: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*]'
  440 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  442 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:88:45:   required from here
   88 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   90 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:359: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*]'
  359 |     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,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                                                                       variable_win,wts_as_delta,check_wts));
      |                                                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:378: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*]'
  378 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  380 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:408: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*]'
  408 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:440: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*]'
  440 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  442 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:88:45:   required from here
   88 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   90 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:348: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*]'
  348 |             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,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  349 |                                                                                                                              variable_win,wts_as_delta,check_wts));
      |                                                                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:389: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*]'
  389 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  391 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:408: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*]'
  408 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:440: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*]'
  440 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  442 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:88:45:   required from here
   88 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   90 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:351: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*]'
  351 |             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,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  352 |                                                                                                                               variable_win,wts_as_delta,check_wts));
      |                                                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:389: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*]'
  389 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  391 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:408: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*]'
  408 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:440: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*]'
  440 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  442 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:88:45:   required from here
   88 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   90 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:356: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*]'
  356 |         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,
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                                                          variable_win,wts_as_delta,check_wts));
      |                                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:389: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*]'
  389 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  391 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:408: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*]'
  408 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:440: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*]'
  440 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  442 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:88:45:   required from here
   88 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   90 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:359: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*]'
  359 |     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,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                                                                       variable_win,wts_as_delta,check_wts));
      |                                                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:389: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*]'
  389 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  391 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:408: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*]'
  408 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:440: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*]'
  440 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  442 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:88:45:   required from here
   88 |     return t_runningSumishCurryFour<ret_sum>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   89 |                                              na_rm,0,restart_period,
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~
   90 |                                              variable_win,wts_as_delta,check_wts);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:348: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*]'
  348 |             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,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  349 |                                                                                                                              variable_win,wts_as_delta,check_wts));
      |                                                                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:375: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*]'
  375 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:405: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*]'
  405 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  407 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:436: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*]'
  436 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:110:46:   required from here
  110 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:351: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*]'
  351 |             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,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  352 |                                                                                                                               variable_win,wts_as_delta,check_wts));
      |                                                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:375: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*]'
  375 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:405: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*]'
  405 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  407 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:436: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*]'
  436 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:110:46:   required from here
  110 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:356: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*]'
  356 |         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,
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                                                          variable_win,wts_as_delta,check_wts));
      |                                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:375: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*]'
  375 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:405: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*]'
  405 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  407 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:436: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*]'
  436 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:110:46:   required from here
  110 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:359: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*]'
  359 |     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,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                                                                       variable_win,wts_as_delta,check_wts));
      |                                                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:375: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*]'
  375 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:405: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*]'
  405 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  407 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:436: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*]'
  436 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:110:46:   required from here
  110 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:348: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*]'
  348 |             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,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  349 |                                                                                                                              variable_win,wts_as_delta,check_wts));
      |                                                                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:378: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*]'
  378 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  380 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:405: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*]'
  405 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  407 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:436: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*]'
  436 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:110:46:   required from here
  110 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:351: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*]'
  351 |             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,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  352 |                                                                                                                               variable_win,wts_as_delta,check_wts));
      |                                                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:378: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*]'
  378 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  380 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:405: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*]'
  405 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  407 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:436: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*]'
  436 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:110:46:   required from here
  110 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:356: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*]'
  356 |         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,
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                                                          variable_win,wts_as_delta,check_wts));
      |                                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:378: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*]'
  378 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  380 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:405: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*]'
  405 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  407 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:436: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*]'
  436 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:110:46:   required from here
  110 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:359: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*]'
  359 |     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,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                                                                       variable_win,wts_as_delta,check_wts));
      |                                                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:378: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*]'
  378 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  380 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:405: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*]'
  405 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  407 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:436: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*]'
  436 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:110:46:   required from here
  110 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:348: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*]'
  348 |             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,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  349 |                                                                                                                              variable_win,wts_as_delta,check_wts));
      |                                                                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:389: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*]'
  389 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  391 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:405: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*]'
  405 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  407 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:436: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*]'
  436 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:110:46:   required from here
  110 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:351: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*]'
  351 |             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,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  352 |                                                                                                                               variable_win,wts_as_delta,check_wts));
      |                                                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:389: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*]'
  389 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  391 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:405: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*]'
  405 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  407 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:436: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*]'
  436 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:110:46:   required from here
  110 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:356: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*]'
  356 |         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,
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                                                          variable_win,wts_as_delta,check_wts));
      |                                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:389: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*]'
  389 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  391 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:405: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*]'
  405 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  407 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:436: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*]'
  436 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:110:46:   required from here
  110 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:359: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*]'
  359 |     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,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                                                                       variable_win,wts_as_delta,check_wts));
      |                                                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:389: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*]'
  389 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  391 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:405: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*]'
  405 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  407 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:436: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*]'
  436 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:110:46:   required from here
  110 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:348: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*]'
  348 |             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,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  349 |                                                                                                                              variable_win,wts_as_delta,check_wts));
      |                                                                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:375: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*]'
  375 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:408: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*]'
  408 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:436: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*]'
  436 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:110:46:   required from here
  110 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:351: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*]'
  351 |             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,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  352 |                                                                                                                               variable_win,wts_as_delta,check_wts));
      |                                                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:375: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*]'
  375 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:408: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*]'
  408 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:436: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*]'
  436 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:110:46:   required from here
  110 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:356: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*]'
  356 |         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,
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                                                          variable_win,wts_as_delta,check_wts));
      |                                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:375: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*]'
  375 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:408: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*]'
  408 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:436: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*]'
  436 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:110:46:   required from here
  110 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:359: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*]'
  359 |     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,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                                                                       variable_win,wts_as_delta,check_wts));
      |                                                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:375: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*]'
  375 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:408: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*]'
  408 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:436: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*]'
  436 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:110:46:   required from here
  110 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:348: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*]'
  348 |             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,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  349 |                                                                                                                              variable_win,wts_as_delta,check_wts));
      |                                                                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:378: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*]'
  378 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  380 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:408: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*]'
  408 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:436: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*]'
  436 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:110:46:   required from here
  110 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:351: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*]'
  351 |             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,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  352 |                                                                                                                               variable_win,wts_as_delta,check_wts));
      |                                                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:378: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*]'
  378 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  380 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:408: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*]'
  408 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:436: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*]'
  436 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:110:46:   required from here
  110 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:356: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*]'
  356 |         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,
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                                                          variable_win,wts_as_delta,check_wts));
      |                                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:378: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*]'
  378 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  380 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:408: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*]'
  408 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:436: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*]'
  436 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:110:46:   required from here
  110 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:359: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*]'
  359 |     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,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                                                                       variable_win,wts_as_delta,check_wts));
      |                                                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:378: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*]'
  378 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  380 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:408: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*]'
  408 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:436: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*]'
  436 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:110:46:   required from here
  110 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:348: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*]'
  348 |             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,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  349 |                                                                                                                              variable_win,wts_as_delta,check_wts));
      |                                                                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:389: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*]'
  389 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  391 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:408: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*]'
  408 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:436: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*]'
  436 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:110:46:   required from here
  110 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:351: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*]'
  351 |             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,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  352 |                                                                                                                               variable_win,wts_as_delta,check_wts));
      |                                                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:389: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*]'
  389 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  391 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:408: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*]'
  408 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:436: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*]'
  436 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:110:46:   required from here
  110 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:356: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*]'
  356 |         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,
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                                                          variable_win,wts_as_delta,check_wts));
      |                                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:389: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*]'
  389 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  391 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:408: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*]'
  408 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:436: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*]'
  436 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:110:46:   required from here
  110 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:359: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*]'
  359 |     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,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                                                                       variable_win,wts_as_delta,check_wts));
      |                                                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:389: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*]'
  389 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  391 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:408: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*]'
  408 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:436: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*]'
  436 |         return t_runningSumishCurryThree<retwhat,true>(v,time,time_deltas,window,wts,lb_time,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |                                                        na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  438 |                                                        return_int);
      |                                                        ~~~~~~~~~~~
t_runningmean.cpp:110:46:   required from here
  110 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:348: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*]'
  348 |             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,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  349 |                                                                                                                              variable_win,wts_as_delta,check_wts));
      |                                                                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:375: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*]'
  375 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:405: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*]'
  405 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  407 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:440: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*]'
  440 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  442 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:110:46:   required from here
  110 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:351: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*]'
  351 |             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,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  352 |                                                                                                                               variable_win,wts_as_delta,check_wts));
      |                                                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:375: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*]'
  375 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:405: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*]'
  405 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  407 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:440: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*]'
  440 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  442 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:110:46:   required from here
  110 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:356: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*]'
  356 |         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,
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                                                          variable_win,wts_as_delta,check_wts));
      |                                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:375: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*]'
  375 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:405: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*]'
  405 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  407 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:440: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*]'
  440 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  442 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:110:46:   required from here
  110 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:359: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*]'
  359 |     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,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                                                                       variable_win,wts_as_delta,check_wts));
      |                                                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:375: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*]'
  375 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:405: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*]'
  405 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  407 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:440: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*]'
  440 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  442 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:110:46:   required from here
  110 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:348: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*]'
  348 |             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,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  349 |                                                                                                                              variable_win,wts_as_delta,check_wts));
      |                                                                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:378: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*]'
  378 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  380 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:405: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*]'
  405 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  407 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:440: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*]'
  440 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  442 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:110:46:   required from here
  110 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:351: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*]'
  351 |             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,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  352 |                                                                                                                               variable_win,wts_as_delta,check_wts));
      |                                                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:378: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*]'
  378 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  380 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:405: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*]'
  405 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  407 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:440: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*]'
  440 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  442 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:110:46:   required from here
  110 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:356: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*]'
  356 |         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,
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                                                          variable_win,wts_as_delta,check_wts));
      |                                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:378: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*]'
  378 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  380 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:405: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*]'
  405 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  407 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:440: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*]'
  440 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  442 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:110:46:   required from here
  110 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:359: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*]'
  359 |     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,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                                                                       variable_win,wts_as_delta,check_wts));
      |                                                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:378: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*]'
  378 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  380 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:405: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*]'
  405 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  407 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:440: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*]'
  440 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  442 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:110:46:   required from here
  110 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:348: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*]'
  348 |             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,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  349 |                                                                                                                              variable_win,wts_as_delta,check_wts));
      |                                                                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:389: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*]'
  389 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  391 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:405: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*]'
  405 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  407 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:440: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*]'
  440 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  442 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:110:46:   required from here
  110 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:351: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*]'
  351 |             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,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  352 |                                                                                                                               variable_win,wts_as_delta,check_wts));
      |                                                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:389: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*]'
  389 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  391 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:405: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*]'
  405 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  407 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:440: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*]'
  440 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  442 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:110:46:   required from here
  110 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:356: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*]'
  356 |         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,
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                                                          variable_win,wts_as_delta,check_wts));
      |                                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:389: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*]'
  389 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  391 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:405: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*]'
  405 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  407 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:440: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*]'
  440 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  442 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:110:46:   required from here
  110 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:359: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*]'
  359 |     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,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                                                                       variable_win,wts_as_delta,check_wts));
      |                                                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:389: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*]'
  389 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  391 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:405: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*]'
  405 |         case  INTSXP: { return t_runningSumishCurryTwo<IntegerVector, int, false, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  407 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:440: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*]'
  440 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  442 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:110:46:   required from here
  110 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:348: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*]'
  348 |             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,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  349 |                                                                                                                              variable_win,wts_as_delta,check_wts));
      |                                                                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:375: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*]'
  375 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:408: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*]'
  408 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:440: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*]'
  440 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  442 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:110:46:   required from here
  110 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:351: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*]'
  351 |             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,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  352 |                                                                                                                               variable_win,wts_as_delta,check_wts));
      |                                                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:375: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*]'
  375 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:408: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*]'
  408 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:440: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*]'
  440 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  442 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:110:46:   required from here
  110 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:356: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*]'
  356 |         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,
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                                                          variable_win,wts_as_delta,check_wts));
      |                                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:375: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*]'
  375 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:408: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*]'
  408 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:440: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*]'
  440 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  442 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:110:46:   required from here
  110 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:359: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*]'
  359 |     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,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                                                                       variable_win,wts_as_delta,check_wts));
      |                                                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:375: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*]'
  375 |             case  INTSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,IntegerVector,int,false,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376 |                                                                                                                                 na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  377 |                                                                                                                                 return_int); }
      |                                                                                                                                 ~~~~~~~~~~~
t_runningmean.h:408: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*]'
  408 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:440: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*]'
  440 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  442 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:110:46:   required from here
  110 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:348: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*]'
  348 |             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,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  349 |                                                                                                                              variable_win,wts_as_delta,check_wts));
      |                                                                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:378: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*]'
  378 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  380 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:408: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*]'
  408 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:440: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*]'
  440 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  442 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:110:46:   required from here
  110 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:351: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*]'
  351 |             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,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  352 |                                                                                                                               variable_win,wts_as_delta,check_wts));
      |                                                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:378: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*]'
  378 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  380 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:408: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*]'
  408 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:440: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*]'
  440 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  442 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:110:46:   required from here
  110 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:356: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*]'
  356 |         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,
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                                                          variable_win,wts_as_delta,check_wts));
      |                                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:378: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*]'
  378 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  380 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:408: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*]'
  408 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:440: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*]'
  440 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  442 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:110:46:   required from here
  110 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:359: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*]'
  359 |     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,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                                                                       variable_win,wts_as_delta,check_wts));
      |                                                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:378: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*]'
  378 |             case REALSXP: { return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,true,do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379 |                                                                                                                                   na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  380 |                                                                                                                                   false); } // SIC: when double weights, cannot return int
      |                                                                                                                                   ~~~~~~
t_runningmean.h:408: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*]'
  408 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:440: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*]'
  440 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  442 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:110:46:   required from here
  110 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:348: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*]'
  348 |             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,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  349 |                                                                                                                              variable_win,wts_as_delta,check_wts));
      |                                                                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:389: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*]'
  389 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  391 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:408: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*]'
  408 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:440: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*]'
  440 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  442 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:110:46:   required from here
  110 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:351: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*]'
  351 |             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,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  352 |                                                                                                                               variable_win,wts_as_delta,check_wts));
      |                                                                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:389: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*]'
  389 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  391 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:408: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*]'
  408 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:440: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*]'
  440 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  442 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:110:46:   required from here
  110 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:356: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*]'
  356 |         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,
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                                                                          variable_win,wts_as_delta,check_wts));
      |                                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:389: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*]'
  389 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  391 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:408: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*]'
  408 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:440: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*]'
  440 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  442 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:110:46:   required from here
  110 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:359: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*]'
  359 |     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,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                                                                       variable_win,wts_as_delta,check_wts));
      |                                                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:389: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*]'
  389 |     return t_runningSumishCurryOne<T,oneT,v_robustly,NumericVector,double,true,retwhat,false,do_recompute>(v,time,time_deltas,window,dummy_wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  390 |                                                                                                            na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  391 |                                                                                                            return_int);
      |                                                                                                            ~~~~~~~~~~~
t_runningmean.h:408: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*]'
  408 |         case REALSXP: { return t_runningSumishCurryTwo<NumericVector, double, true, retwhat, do_recompute>(v,time,time_deltas,window,wts,lb_time,
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                                                                                                          na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |                                                                                                          return_int); }
      |                                                                                                          ~~~~~~~~~~~
t_runningmean.h:440: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*]'
  440 |     return t_runningSumishCurryThree<retwhat,false>(v,time,time_deltas,window,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441 |                                                     na_rm,min_df,restart_period,variable_win,wts_as_delta,check_wts,
      |                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  442 |                                                     return_int);
      |                                                     ~~~~~~~~~~~
t_runningmean.cpp:110:46:   required from here
  110 |     return t_runningSumishCurryFour<ret_mean>(v,time,time_deltas,wins,wts,lb_time,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                               na_rm,min_df,restart_period,
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112 |                                               variable_win,wts_as_delta,check_wts);
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
t_runningmean.h:132:13: warning: unused variable 'jjj' [-Wunused-variable]
  132 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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 = false; bool do_recompute = false; bool na_rm = false]':
t_runningmean.h:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:356: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:389:107:
t_runningmean.h:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         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:126:15: note: 't0' was declared here
  126 |     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:351: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:389:107:
t_runningmean.h:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         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:126:15: note: 't0' was declared here
  126 |     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:348: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:389:107:
t_runningmean.h:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         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:126:15: note: 't0' was declared here
  126 |     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:359: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:389:107:
t_runningmean.h:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         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:126:15: note: 't0' was declared here
  126 |     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:356: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:389:107:
t_runningmean.h:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         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:126:15: note: 't0' was declared here
  126 |     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:351: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:389:107:
t_runningmean.h:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         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:126:15: note: 't0' was declared here
  126 |     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:348: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:389:107:
t_runningmean.h:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         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:126:15: note: 't0' was declared here
  126 |     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 = false; bool do_recompute = true; bool na_rm = false]':
t_runningmean.h:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:356: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:389:107:
t_runningmean.h:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         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:126:15: note: 't0' was declared here
  126 |     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:351: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:389:107:
t_runningmean.h:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         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:126:15: note: 't0' was declared here
  126 |     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:348: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:389:107:
t_runningmean.h:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         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:126:15: note: 't0' was declared here
  126 |     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:359: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:389:107:
t_runningmean.h:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         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:126:15: note: 't0' was declared here
  126 |     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:356: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:389:107:
t_runningmean.h:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         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:126:15: note: 't0' was declared here
  126 |     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:351: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:389:107:
t_runningmean.h:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         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:126:15: note: 't0' was declared here
  126 |     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:348: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:389:107:
t_runningmean.h:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         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:126:15: note: 't0' was declared here
  126 |     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 = false; bool do_recompute = false; bool na_rm = false]':
t_runningmean.h:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:356: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:389:107:
t_runningmean.h:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         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:126:15: note: 't0' was declared here
  126 |     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:351: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:389:107:
t_runningmean.h:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         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:126:15: note: 't0' was declared here
  126 |     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:348: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:389:107:
t_runningmean.h:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         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:126:15: note: 't0' was declared here
  126 |     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:359: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:389:107:
t_runningmean.h:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         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:126:15: note: 't0' was declared here
  126 |     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:356: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:389:107:
t_runningmean.h:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         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:126:15: note: 't0' was declared here
  126 |     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:351: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:389:107:
t_runningmean.h:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         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:126:15: note: 't0' was declared here
  126 |     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:348: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:389:107:
t_runningmean.h:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         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:126:15: note: 't0' was declared here
  126 |     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 = false; bool do_recompute = true; bool na_rm = false]':
t_runningmean.h:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         if ((prev_tf <= t0) || (subcount >= restart_period)) {
      |         ^~
t_runningmean.h:126:15: note: 't0' was declared here
  126 |     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:356: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:389:107:
t_runningmean.h:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         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:126:15: note: 't0' was declared here
  126 |     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:351: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:389:107:
t_runningmean.h:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         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:126:15: note: 't0' was declared here
  126 |     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:348: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:389:107:
t_runningmean.h:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         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:126:15: note: 't0' was declared here
  126 |     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:359: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:389:107:
t_runningmean.h:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         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:126:15: note: 't0' was declared here
  126 |     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:356: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:389:107:
t_runningmean.h:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         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:126:15: note: 't0' was declared here
  126 |     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:351: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:389:107:
t_runningmean.h:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         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:126:15: note: 't0' was declared here
  126 |     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:348: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:389:107:
t_runningmean.h:170:9: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  170 |         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:126:15: note: 't0' was declared here
  126 |     double tf,t0;
      |               ^~
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.5.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c two_running.cpp -o two_running.o
In file included from two_running.cpp:30:
two_welford.h: In instantiation of 'Rcpp::NumericVector quasiWeightedMoments(T, T, W, 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>]':
two_welford.h:533:59:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, T, W, 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>]'
  533 |         return quasiWeightedMoments<T,W,oneW,has_wts,true>(v, vv, wts, bottom, top, check_wts, normalize_wts);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:550:91:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, T, SEXP, bool, bool, bool) [with T = Rcpp::Vector<13>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]'
  550 |             case  INTSXP: { return quasiWeightedMomentsCurryZero<T,IntegerVector,int,true>(v, vv, wts, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:570:79:   required from here
  570 |             case  INTSXP: { return quasiWeightedMomentsCurryOne<IntegerVector>(v, vv, wts, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:503:12: warning: unused variable 'nextv' [-Wunused-variable]
  503 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
two_welford.h:503:19: warning: unused variable 'nextw' [-Wunused-variable]
  503 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
two_welford.h: In instantiation of 'Rcpp::NumericVector quasiWeightedMoments(T, T, W, 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>]':
two_welford.h:536:56:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, T, W, 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>]'
  536 |     return quasiWeightedMoments<T,W,oneW,has_wts,false>(v, vv, wts, bottom, top, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:550:91:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, T, SEXP, bool, bool, bool) [with T = Rcpp::Vector<13>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]'
  550 |             case  INTSXP: { return quasiWeightedMomentsCurryZero<T,IntegerVector,int,true>(v, vv, wts, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:570:79:   required from here
  570 |             case  INTSXP: { return quasiWeightedMomentsCurryOne<IntegerVector>(v, vv, wts, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:503:12: warning: unused variable 'nextv' [-Wunused-variable]
  503 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
two_welford.h:503:19: warning: unused variable 'nextw' [-Wunused-variable]
  503 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
two_welford.h: In instantiation of 'Rcpp::NumericVector quasiWeightedMoments(T, T, W, 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>]':
two_welford.h:533:59:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, T, W, 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>]'
  533 |         return quasiWeightedMoments<T,W,oneW,has_wts,true>(v, vv, wts, bottom, top, check_wts, normalize_wts);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:551:94:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, T, SEXP, bool, bool, bool) [with T = Rcpp::Vector<13>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]'
  551 |             case REALSXP: { return quasiWeightedMomentsCurryZero<T,NumericVector,double,true>(v, vv, wts, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:570:79:   required from here
  570 |             case  INTSXP: { return quasiWeightedMomentsCurryOne<IntegerVector>(v, vv, wts, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:503:12: warning: unused variable 'nextv' [-Wunused-variable]
  503 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
two_welford.h:503:19: warning: unused variable 'nextw' [-Wunused-variable]
  503 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
two_welford.h: In instantiation of 'Rcpp::NumericVector quasiWeightedMoments(T, T, W, 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>]':
two_welford.h:536:56:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, T, W, 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>]'
  536 |     return quasiWeightedMoments<T,W,oneW,has_wts,false>(v, vv, wts, bottom, top, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:551:94:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, T, SEXP, bool, bool, bool) [with T = Rcpp::Vector<13>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]'
  551 |             case REALSXP: { return quasiWeightedMomentsCurryZero<T,NumericVector,double,true>(v, vv, wts, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:570:79:   required from here
  570 |             case  INTSXP: { return quasiWeightedMomentsCurryOne<IntegerVector>(v, vv, wts, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:503:12: warning: unused variable 'nextv' [-Wunused-variable]
  503 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
two_welford.h:503:19: warning: unused variable 'nextw' [-Wunused-variable]
  503 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
two_welford.h: In instantiation of 'Rcpp::NumericVector quasiWeightedMoments(T, T, W, 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>]':
two_welford.h:533:59:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, T, W, 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>]'
  533 |         return quasiWeightedMoments<T,W,oneW,has_wts,true>(v, vv, wts, bottom, top, check_wts, normalize_wts);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:558:68:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, T, SEXP, bool, bool, bool) [with T = Rcpp::Vector<13>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]'
  558 |     return quasiWeightedMomentsCurryZero<T,NumericVector,int,false>(v, vv, dummy_wts, 0, -1, na_rm, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:570:79:   required from here
  570 |             case  INTSXP: { return quasiWeightedMomentsCurryOne<IntegerVector>(v, vv, wts, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:503:12: warning: unused variable 'nextv' [-Wunused-variable]
  503 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
two_welford.h:503:19: warning: unused variable 'nextw' [-Wunused-variable]
  503 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
two_welford.h: In instantiation of 'Rcpp::NumericVector quasiWeightedMoments(T, T, W, 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>]':
two_welford.h:536:56:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, T, W, 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>]'
  536 |     return quasiWeightedMoments<T,W,oneW,has_wts,false>(v, vv, wts, bottom, top, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:558:68:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, T, SEXP, bool, bool, bool) [with T = Rcpp::Vector<13>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]'
  558 |     return quasiWeightedMomentsCurryZero<T,NumericVector,int,false>(v, vv, dummy_wts, 0, -1, na_rm, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:570:79:   required from here
  570 |             case  INTSXP: { return quasiWeightedMomentsCurryOne<IntegerVector>(v, vv, wts, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:503:12: warning: unused variable 'nextv' [-Wunused-variable]
  503 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
two_welford.h:503:19: warning: unused variable 'nextw' [-Wunused-variable]
  503 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
two_welford.h: In instantiation of 'Rcpp::NumericVector quasiWeightedMoments(T, T, W, 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>]':
two_welford.h:533:59:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, T, W, 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>]'
  533 |         return quasiWeightedMoments<T,W,oneW,has_wts,true>(v, vv, wts, bottom, top, check_wts, normalize_wts);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:550:91:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, T, SEXP, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]'
  550 |             case  INTSXP: { return quasiWeightedMomentsCurryZero<T,IntegerVector,int,true>(v, vv, wts, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:571:79:   required from here
  571 |             case REALSXP: { return quasiWeightedMomentsCurryOne<NumericVector>(v, vv, wts, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:503:12: warning: unused variable 'nextv' [-Wunused-variable]
  503 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
two_welford.h:503:19: warning: unused variable 'nextw' [-Wunused-variable]
  503 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
two_welford.h: In instantiation of 'Rcpp::NumericVector quasiWeightedMoments(T, T, W, 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>]':
two_welford.h:536:56:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, T, W, 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>]'
  536 |     return quasiWeightedMoments<T,W,oneW,has_wts,false>(v, vv, wts, bottom, top, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:550:91:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, T, SEXP, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]'
  550 |             case  INTSXP: { return quasiWeightedMomentsCurryZero<T,IntegerVector,int,true>(v, vv, wts, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:571:79:   required from here
  571 |             case REALSXP: { return quasiWeightedMomentsCurryOne<NumericVector>(v, vv, wts, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:503:12: warning: unused variable 'nextv' [-Wunused-variable]
  503 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
two_welford.h:503:19: warning: unused variable 'nextw' [-Wunused-variable]
  503 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
two_welford.h: In instantiation of 'Rcpp::NumericVector quasiWeightedMoments(T, T, W, 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>]':
two_welford.h:533:59:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, T, W, 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>]'
  533 |         return quasiWeightedMoments<T,W,oneW,has_wts,true>(v, vv, wts, bottom, top, check_wts, normalize_wts);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:551:94:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, T, SEXP, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]'
  551 |             case REALSXP: { return quasiWeightedMomentsCurryZero<T,NumericVector,double,true>(v, vv, wts, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:571:79:   required from here
  571 |             case REALSXP: { return quasiWeightedMomentsCurryOne<NumericVector>(v, vv, wts, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:503:12: warning: unused variable 'nextv' [-Wunused-variable]
  503 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
two_welford.h:503:19: warning: unused variable 'nextw' [-Wunused-variable]
  503 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
two_welford.h: In instantiation of 'Rcpp::NumericVector quasiWeightedMoments(T, T, W, 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>]':
two_welford.h:536:56:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, T, W, 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>]'
  536 |     return quasiWeightedMoments<T,W,oneW,has_wts,false>(v, vv, wts, bottom, top, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:551:94:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, T, SEXP, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]'
  551 |             case REALSXP: { return quasiWeightedMomentsCurryZero<T,NumericVector,double,true>(v, vv, wts, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:571:79:   required from here
  571 |             case REALSXP: { return quasiWeightedMomentsCurryOne<NumericVector>(v, vv, wts, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:503:12: warning: unused variable 'nextv' [-Wunused-variable]
  503 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
two_welford.h:503:19: warning: unused variable 'nextw' [-Wunused-variable]
  503 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
two_welford.h: In instantiation of 'Rcpp::NumericVector quasiWeightedMoments(T, T, W, 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>]':
two_welford.h:533:59:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, T, W, 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>]'
  533 |         return quasiWeightedMoments<T,W,oneW,has_wts,true>(v, vv, wts, bottom, top, check_wts, normalize_wts);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:558:68:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, T, SEXP, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]'
  558 |     return quasiWeightedMomentsCurryZero<T,NumericVector,int,false>(v, vv, dummy_wts, 0, -1, na_rm, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:571:79:   required from here
  571 |             case REALSXP: { return quasiWeightedMomentsCurryOne<NumericVector>(v, vv, wts, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:503:12: warning: unused variable 'nextv' [-Wunused-variable]
  503 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
two_welford.h:503:19: warning: unused variable 'nextw' [-Wunused-variable]
  503 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
two_welford.h: In instantiation of 'Rcpp::NumericVector quasiWeightedMoments(T, T, W, 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>]':
two_welford.h:536:56:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, T, W, 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>]'
  536 |     return quasiWeightedMoments<T,W,oneW,has_wts,false>(v, vv, wts, bottom, top, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:558:68:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, T, SEXP, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]'
  558 |     return quasiWeightedMomentsCurryZero<T,NumericVector,int,false>(v, vv, dummy_wts, 0, -1, na_rm, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:571:79:   required from here
  571 |             case REALSXP: { return quasiWeightedMomentsCurryOne<NumericVector>(v, vv, wts, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:503:12: warning: unused variable 'nextv' [-Wunused-variable]
  503 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
two_welford.h:503:19: warning: unused variable 'nextw' [-Wunused-variable]
  503 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
In file included from two_running.cpp:31:
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:235:56:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  235 |         return two_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts, window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  236 |                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:256:71:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  256 |         return two_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(), window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  257 |                                                                    min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:283:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  283 |                             return two_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  284 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:110:62:   required from here
  110 |     NumericMatrix preval = two_runQMCurryTwo<ret_correlation>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:238:53:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  238 |     return two_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  239 |                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:256:71:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  256 |         return two_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(), window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  257 |                                                                    min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:283:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  283 |                             return two_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  284 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:110:62:   required from here
  110 |     NumericMatrix preval = two_runQMCurryTwo<ret_correlation>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:235:56:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  235 |         return two_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts, window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  236 |                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:260:68:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  260 |     return two_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  261 |                                                                 min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:283:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  283 |                             return two_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  284 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:110:62:   required from here
  110 |     NumericMatrix preval = two_runQMCurryTwo<ret_correlation>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:238:53:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  238 |     return two_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  239 |                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:260:68:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  260 |     return two_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  261 |                                                                 min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:283:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  283 |                             return two_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  284 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:110:62:   required from here
  110 |     NumericMatrix preval = two_runQMCurryTwo<ret_correlation>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:235:56:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  235 |         return two_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts, window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  236 |                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:256:71:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  256 |         return two_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(), window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  257 |                                                                    min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:288:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  288 |                             return two_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  289 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:110:62:   required from here
  110 |     NumericMatrix preval = two_runQMCurryTwo<ret_correlation>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:238:53:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  238 |     return two_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  239 |                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:256:71:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  256 |         return two_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(), window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  257 |                                                                    min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:288:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  288 |                             return two_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  289 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:110:62:   required from here
  110 |     NumericMatrix preval = two_runQMCurryTwo<ret_correlation>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:235:56:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  235 |         return two_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts, window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  236 |                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:260:68:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  260 |     return two_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  261 |                                                                 min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:288:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  288 |                             return two_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  289 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:110:62:   required from here
  110 |     NumericMatrix preval = two_runQMCurryTwo<ret_correlation>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:238:53:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  238 |     return two_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  239 |                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:260:68:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  260 |     return two_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  261 |                                                                 min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:288:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  288 |                             return two_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  289 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:110:62:   required from here
  110 |     NumericMatrix preval = two_runQMCurryTwo<ret_correlation>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:235:56:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  235 |         return two_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts, window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  236 |                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:256:71:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  256 |         return two_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(), window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  257 |                                                                    min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:283:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_covariance; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  283 |                             return two_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  284 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:126:61:   required from here
  126 |     NumericMatrix preval = two_runQMCurryTwo<ret_covariance>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  127 |                                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:238:53:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  238 |     return two_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  239 |                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:256:71:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  256 |         return two_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(), window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  257 |                                                                    min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:283:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_covariance; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  283 |                             return two_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  284 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:126:61:   required from here
  126 |     NumericMatrix preval = two_runQMCurryTwo<ret_covariance>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  127 |                                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:235:56:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  235 |         return two_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts, window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  236 |                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:260:68:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  260 |     return two_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  261 |                                                                 min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:283:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_covariance; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  283 |                             return two_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  284 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:126:61:   required from here
  126 |     NumericMatrix preval = two_runQMCurryTwo<ret_covariance>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  127 |                                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:238:53:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  238 |     return two_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  239 |                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:260:68:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  260 |     return two_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  261 |                                                                 min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:283:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_covariance; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  283 |                             return two_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  284 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:126:61:   required from here
  126 |     NumericMatrix preval = two_runQMCurryTwo<ret_covariance>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  127 |                                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:235:56:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  235 |         return two_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts, window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  236 |                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:256:71:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  256 |         return two_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(), window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  257 |                                                                    min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:288:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_covariance; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  288 |                             return two_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  289 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:126:61:   required from here
  126 |     NumericMatrix preval = two_runQMCurryTwo<ret_covariance>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  127 |                                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:238:53:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  238 |     return two_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  239 |                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:256:71:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  256 |         return two_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(), window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  257 |                                                                    min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:288:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_covariance; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  288 |                             return two_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  289 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:126:61:   required from here
  126 |     NumericMatrix preval = two_runQMCurryTwo<ret_covariance>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  127 |                                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:235:56:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  235 |         return two_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts, window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  236 |                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:260:68:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  260 |     return two_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  261 |                                                                 min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:288:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_covariance; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  288 |                             return two_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  289 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:126:61:   required from here
  126 |     NumericMatrix preval = two_runQMCurryTwo<ret_covariance>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  127 |                                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:238:53:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  238 |     return two_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  239 |                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:260:68:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  260 |     return two_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  261 |                                                                 min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:288:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_covariance; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  288 |                             return two_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  289 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:126:61:   required from here
  126 |     NumericMatrix preval = two_runQMCurryTwo<ret_covariance>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  127 |                                                              na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance_matrix; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:235:56:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance_matrix; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  235 |         return two_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts, window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  236 |                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:256:71:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance_matrix; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  256 |         return two_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(), window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  257 |                                                                    min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:283:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_covariance_matrix; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  283 |                             return two_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  284 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:141:68:   required from here
  141 |     NumericMatrix preval = two_runQMCurryTwo<ret_covariance_matrix>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142 |                                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance_matrix; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:238:53:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance_matrix; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  238 |     return two_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  239 |                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:256:71:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance_matrix; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  256 |         return two_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(), window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  257 |                                                                    min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:283:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_covariance_matrix; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  283 |                             return two_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  284 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:141:68:   required from here
  141 |     NumericMatrix preval = two_runQMCurryTwo<ret_covariance_matrix>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142 |                                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance_matrix; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:235:56:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance_matrix; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  235 |         return two_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts, window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  236 |                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:260:68:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance_matrix; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  260 |     return two_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  261 |                                                                 min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:283:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_covariance_matrix; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  283 |                             return two_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  284 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:141:68:   required from here
  141 |     NumericMatrix preval = two_runQMCurryTwo<ret_covariance_matrix>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142 |                                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance_matrix; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:238:53:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance_matrix; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  238 |     return two_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  239 |                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:260:68:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance_matrix; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  260 |     return two_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  261 |                                                                 min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:283:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_covariance_matrix; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  283 |                             return two_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  284 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:141:68:   required from here
  141 |     NumericMatrix preval = two_runQMCurryTwo<ret_covariance_matrix>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142 |                                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance_matrix; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:235:56:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance_matrix; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  235 |         return two_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts, window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  236 |                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:256:71:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance_matrix; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  256 |         return two_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(), window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  257 |                                                                    min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:288:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_covariance_matrix; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  288 |                             return two_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  289 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:141:68:   required from here
  141 |     NumericMatrix preval = two_runQMCurryTwo<ret_covariance_matrix>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142 |                                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance_matrix; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:238:53:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance_matrix; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  238 |     return two_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  239 |                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:256:71:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance_matrix; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  256 |         return two_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(), window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  257 |                                                                    min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:288:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_covariance_matrix; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  288 |                             return two_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  289 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:141:68:   required from here
  141 |     NumericMatrix preval = two_runQMCurryTwo<ret_covariance_matrix>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142 |                                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance_matrix; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:235:56:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance_matrix; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  235 |         return two_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts, window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  236 |                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:260:68:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance_matrix; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  260 |     return two_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  261 |                                                                 min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:288:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_covariance_matrix; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  288 |                             return two_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  289 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:141:68:   required from here
  141 |     NumericMatrix preval = two_runQMCurryTwo<ret_covariance_matrix>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142 |                                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance_matrix; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:238:53:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance_matrix; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  238 |     return two_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  239 |                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:260:68:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance_matrix; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  260 |     return two_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  261 |                                                                 min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:288:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_covariance_matrix; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  288 |                             return two_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  289 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:141:68:   required from here
  141 |     NumericMatrix preval = two_runQMCurryTwo<ret_covariance_matrix>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142 |                                                                     na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_slope; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:235:56:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_slope; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  235 |         return two_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts, window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  236 |                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:256:71:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_slope; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  256 |         return two_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(), window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  257 |                                                                    min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:283:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_slope; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  283 |                             return two_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  284 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:159:67:   required from here
  159 |     NumericMatrix preval = two_runQMCurryTwo<ret_regression_slope>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  160 |                                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_slope; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:238:53:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_slope; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  238 |     return two_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  239 |                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:256:71:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_slope; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  256 |         return two_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(), window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  257 |                                                                    min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:283:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_slope; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  283 |                             return two_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  284 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:159:67:   required from here
  159 |     NumericMatrix preval = two_runQMCurryTwo<ret_regression_slope>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  160 |                                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_slope; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:235:56:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_slope; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  235 |         return two_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts, window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  236 |                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:260:68:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_slope; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  260 |     return two_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  261 |                                                                 min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:283:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_slope; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  283 |                             return two_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  284 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:159:67:   required from here
  159 |     NumericMatrix preval = two_runQMCurryTwo<ret_regression_slope>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  160 |                                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_slope; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:238:53:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_slope; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  238 |     return two_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  239 |                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:260:68:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_slope; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  260 |     return two_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  261 |                                                                 min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:283:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_slope; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  283 |                             return two_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  284 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:159:67:   required from here
  159 |     NumericMatrix preval = two_runQMCurryTwo<ret_regression_slope>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  160 |                                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_slope; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:235:56:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_slope; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  235 |         return two_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts, window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  236 |                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:256:71:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_slope; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  256 |         return two_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(), window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  257 |                                                                    min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:288:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_slope; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  288 |                             return two_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  289 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:159:67:   required from here
  159 |     NumericMatrix preval = two_runQMCurryTwo<ret_regression_slope>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  160 |                                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_slope; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:238:53:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_slope; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  238 |     return two_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  239 |                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:256:71:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_slope; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  256 |         return two_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(), window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  257 |                                                                    min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:288:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_slope; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  288 |                             return two_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  289 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:159:67:   required from here
  159 |     NumericMatrix preval = two_runQMCurryTwo<ret_regression_slope>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  160 |                                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_slope; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:235:56:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_slope; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  235 |         return two_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts, window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  236 |                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:260:68:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_slope; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  260 |     return two_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  261 |                                                                 min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:288:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_slope; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  288 |                             return two_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  289 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:159:67:   required from here
  159 |     NumericMatrix preval = two_runQMCurryTwo<ret_regression_slope>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  160 |                                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_slope; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:238:53:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_slope; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  238 |     return two_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  239 |                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:260:68:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_slope; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  260 |     return two_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  261 |                                                                 min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:288:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_slope; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  288 |                             return two_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  289 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:159:67:   required from here
  159 |     NumericMatrix preval = two_runQMCurryTwo<ret_regression_slope>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  160 |                                                                    na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_intercept; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:235:56:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_intercept; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  235 |         return two_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts, window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  236 |                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:256:71:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_intercept; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  256 |         return two_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(), window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  257 |                                                                    min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:283:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_intercept; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  283 |                             return two_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  284 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:176:71:   required from here
  176 |     NumericMatrix preval = two_runQMCurryTwo<ret_regression_intercept>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  177 |                                                                        na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_intercept; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:238:53:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_intercept; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  238 |     return two_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  239 |                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:256:71:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_intercept; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  256 |         return two_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(), window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  257 |                                                                    min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:283:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_intercept; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  283 |                             return two_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  284 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:176:71:   required from here
  176 |     NumericMatrix preval = two_runQMCurryTwo<ret_regression_intercept>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  177 |                                                                        na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_intercept; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:235:56:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_intercept; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  235 |         return two_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts, window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  236 |                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:260:68:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_intercept; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  260 |     return two_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  261 |                                                                 min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:283:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_intercept; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  283 |                             return two_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  284 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:176:71:   required from here
  176 |     NumericMatrix preval = two_runQMCurryTwo<ret_regression_intercept>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  177 |                                                                        na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_intercept; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:238:53:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_intercept; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  238 |     return two_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  239 |                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:260:68:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_intercept; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  260 |     return two_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  261 |                                                                 min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:283:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_intercept; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  283 |                             return two_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  284 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:176:71:   required from here
  176 |     NumericMatrix preval = two_runQMCurryTwo<ret_regression_intercept>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  177 |                                                                        na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_intercept; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:235:56:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_intercept; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  235 |         return two_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts, window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  236 |                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:256:71:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_intercept; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  256 |         return two_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(), window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  257 |                                                                    min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:288:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_intercept; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  288 |                             return two_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  289 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:176:71:   required from here
  176 |     NumericMatrix preval = two_runQMCurryTwo<ret_regression_intercept>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  177 |                                                                        na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_intercept; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:238:53:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_intercept; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  238 |     return two_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  239 |                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:256:71:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_intercept; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  256 |         return two_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(), window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  257 |                                                                    min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:288:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_intercept; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  288 |                             return two_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  289 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:176:71:   required from here
  176 |     NumericMatrix preval = two_runQMCurryTwo<ret_regression_intercept>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  177 |                                                                        na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_intercept; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:235:56:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_intercept; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  235 |         return two_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts, window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  236 |                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:260:68:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_intercept; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  260 |     return two_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  261 |                                                                 min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:288:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_intercept; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  288 |                             return two_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  289 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:176:71:   required from here
  176 |     NumericMatrix preval = two_runQMCurryTwo<ret_regression_intercept>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  177 |                                                                        na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_intercept; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:238:53:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_intercept; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  238 |     return two_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  239 |                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:260:68:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_intercept; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  260 |     return two_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  261 |                                                                 min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:288:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_intercept; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  288 |                             return two_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  289 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:176:71:   required from here
  176 |     NumericMatrix preval = two_runQMCurryTwo<ret_regression_intercept>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  177 |                                                                        na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_fit; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:235:56:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_fit; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  235 |         return two_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts, window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  236 |                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:256:71:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_fit; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  256 |         return two_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(), window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  257 |                                                                    min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:283:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_fit; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  283 |                             return two_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  284 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:193:65:   required from here
  193 |     NumericMatrix preval = two_runQMCurryTwo<ret_regression_fit>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  194 |                                                                  na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_fit; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:238:53:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_fit; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  238 |     return two_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  239 |                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:256:71:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_fit; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  256 |         return two_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(), window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  257 |                                                                    min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:283:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_fit; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  283 |                             return two_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  284 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:193:65:   required from here
  193 |     NumericMatrix preval = two_runQMCurryTwo<ret_regression_fit>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  194 |                                                                  na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_fit; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:235:56:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_fit; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  235 |         return two_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts, window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  236 |                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:260:68:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_fit; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  260 |     return two_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  261 |                                                                 min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:283:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_fit; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  283 |                             return two_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  284 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:193:65:   required from here
  193 |     NumericMatrix preval = two_runQMCurryTwo<ret_regression_fit>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  194 |                                                                  na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_fit; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:238:53:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_fit; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  238 |     return two_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  239 |                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:260:68:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_fit; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  260 |     return two_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  261 |                                                                 min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:283:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_fit; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  283 |                             return two_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  284 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:193:65:   required from here
  193 |     NumericMatrix preval = two_runQMCurryTwo<ret_regression_fit>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  194 |                                                                  na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_fit; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:235:56:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_fit; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  235 |         return two_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts, window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  236 |                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:256:71:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_fit; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  256 |         return two_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(), window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  257 |                                                                    min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:288:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_fit; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  288 |                             return two_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  289 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:193:65:   required from here
  193 |     NumericMatrix preval = two_runQMCurryTwo<ret_regression_fit>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  194 |                                                                  na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_fit; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:238:53:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_fit; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  238 |     return two_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  239 |                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:256:71:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_fit; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  256 |         return two_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(), window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  257 |                                                                    min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:288:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_fit; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  288 |                             return two_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  289 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:193:65:   required from here
  193 |     NumericMatrix preval = two_runQMCurryTwo<ret_regression_fit>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  194 |                                                                  na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_fit; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:235:56:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_fit; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  235 |         return two_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts, window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  236 |                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:260:68:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_fit; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  260 |     return two_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  261 |                                                                 min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:288:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_fit; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  288 |                             return two_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  289 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:193:65:   required from here
  193 |     NumericMatrix preval = two_runQMCurryTwo<ret_regression_fit>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  194 |                                                                  na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_fit; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:238:53:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_fit; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  238 |     return two_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  239 |                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:260:68:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_fit; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  260 |     return two_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  261 |                                                                 min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:288:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_fit; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  288 |                             return two_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  289 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:193:65:   required from here
  193 |     NumericMatrix preval = two_runQMCurryTwo<ret_regression_fit>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  194 |                                                                  na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_diagnostics; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:235:56:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_diagnostics; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  235 |         return two_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts, window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  236 |                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:256:71:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_diagnostics; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  256 |         return two_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(), window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  257 |                                                                    min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:283:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_diagnostics; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  283 |                             return two_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  284 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:208:73:   required from here
  208 |     NumericMatrix preval = two_runQMCurryTwo<ret_regression_diagnostics>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  209 |                                                                          na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_diagnostics; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:238:53:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_diagnostics; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  238 |     return two_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  239 |                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:256:71:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_diagnostics; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  256 |         return two_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(), window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  257 |                                                                    min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:283:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_diagnostics; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  283 |                             return two_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  284 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:208:73:   required from here
  208 |     NumericMatrix preval = two_runQMCurryTwo<ret_regression_diagnostics>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  209 |                                                                          na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_diagnostics; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:235:56:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_diagnostics; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  235 |         return two_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts, window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  236 |                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:260:68:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_diagnostics; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  260 |     return two_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  261 |                                                                 min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:283:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_diagnostics; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  283 |                             return two_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  284 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:208:73:   required from here
  208 |     NumericMatrix preval = two_runQMCurryTwo<ret_regression_diagnostics>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  209 |                                                                          na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_diagnostics; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:238:53:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_diagnostics; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  238 |     return two_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  239 |                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:260:68:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_diagnostics; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  260 |     return two_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  261 |                                                                 min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:283:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_diagnostics; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  283 |                             return two_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  284 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:208:73:   required from here
  208 |     NumericMatrix preval = two_runQMCurryTwo<ret_regression_diagnostics>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  209 |                                                                          na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_diagnostics; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:235:56:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_diagnostics; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  235 |         return two_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts, window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  236 |                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:256:71:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_diagnostics; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  256 |         return two_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(), window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  257 |                                                                    min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:288:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_diagnostics; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  288 |                             return two_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  289 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:208:73:   required from here
  208 |     NumericMatrix preval = two_runQMCurryTwo<ret_regression_diagnostics>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  209 |                                                                          na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_diagnostics; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:238:53:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_diagnostics; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  238 |     return two_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  239 |                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:256:71:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_diagnostics; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  256 |         return two_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(), window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  257 |                                                                    min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:288:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_diagnostics; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  288 |                             return two_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  289 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:208:73:   required from here
  208 |     NumericMatrix preval = two_runQMCurryTwo<ret_regression_diagnostics>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  209 |                                                                          na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_diagnostics; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:235:56:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_diagnostics; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  235 |         return two_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts, window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  236 |                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:260:68:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_diagnostics; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  260 |     return two_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  261 |                                                                 min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:288:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_diagnostics; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  288 |                             return two_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  289 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:208:73:   required from here
  208 |     NumericMatrix preval = two_runQMCurryTwo<ret_regression_diagnostics>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  209 |                                                                          na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_running.h: In instantiation of 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_diagnostics; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_running.h:238:53:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_diagnostics; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  238 |     return two_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  239 |                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:260:68:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_diagnostics; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  260 |     return two_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  261 |                                                                 min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:288:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_diagnostics; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  288 |                             return two_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  289 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:208:73:   required from here
  208 |     NumericMatrix preval = two_runQMCurryTwo<ret_regression_diagnostics>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  209 |                                                                          na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:79:15: warning: unused variable 'ord' [-Wunused-variable]
   79 |     const int ord = 2;
      |               ^~~
two_running.h:102:9: warning: unused variable 'iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_running.h:102:21: warning: unused variable 'tr_iii' [-Wunused-variable]
  102 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |                     ^~~~~~
two_welford.h: In instantiation of 'TwoWelford<W, has_wts, na_rm>& TwoWelford<W, has_wts, na_rm>::add_one(double, double, W) [with W = double; bool has_wts = true; bool na_rm = true]':
two_running.h:154:26:   required from 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  154 |             frets.add_one(nextv,nextvv,nextw);
      |             ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
two_running.h:235:56:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  235 |         return two_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts, window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  236 |                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:256:71:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  256 |         return two_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(), window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  257 |                                                                    min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:283:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  283 |                             return two_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  284 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:110:62:   required from here
  110 |     NumericMatrix preval = two_runQMCurryTwo<ret_correlation>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:214:25: warning: variable 'wtA' set but not used [-Wunused-but-set-variable]
  214 |                    wtD, wtA;
      |                         ^~~
two_welford.h: In instantiation of 'TwoWelford<W, has_wts, na_rm>& TwoWelford<W, has_wts, na_rm>::add_one(double, double, W) [with W = double; bool has_wts = true; bool na_rm = false]':
two_running.h:154:26:   required from 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  154 |             frets.add_one(nextv,nextvv,nextw);
      |             ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
two_running.h:238:53:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  238 |     return two_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  239 |                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:256:71:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  256 |         return two_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(), window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  257 |                                                                    min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:283:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  283 |                             return two_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  284 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:110:62:   required from here
  110 |     NumericMatrix preval = two_runQMCurryTwo<ret_correlation>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:214:25: warning: variable 'wtA' set but not used [-Wunused-but-set-variable]
  214 |                    wtD, wtA;
      |                         ^~~
two_welford.h: In instantiation of 'TwoWelford<W, has_wts, na_rm>& TwoWelford<W, has_wts, na_rm>::add_one(double, double, W) [with W = double; bool has_wts = false; bool na_rm = true]':
two_running.h:154:26:   required from 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  154 |             frets.add_one(nextv,nextvv,nextw);
      |             ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
two_running.h:235:56:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  235 |         return two_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts, window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  236 |                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:260:68:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  260 |     return two_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  261 |                                                                 min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:283:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  283 |                             return two_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  284 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:110:62:   required from here
  110 |     NumericMatrix preval = two_runQMCurryTwo<ret_correlation>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:214:25: warning: variable 'wtA' set but not used [-Wunused-but-set-variable]
  214 |                    wtD, wtA;
      |                         ^~~
two_welford.h: In instantiation of 'TwoWelford<W, has_wts, na_rm>& TwoWelford<W, has_wts, na_rm>::add_one(double, double, W) [with W = double; bool has_wts = false; bool na_rm = false]':
two_running.h:154:26:   required from 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  154 |             frets.add_one(nextv,nextvv,nextw);
      |             ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
two_running.h:238:53:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  238 |     return two_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  239 |                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:260:68:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  260 |     return two_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  261 |                                                                 min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:283:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  283 |                             return two_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  284 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:110:62:   required from here
  110 |     NumericMatrix preval = two_runQMCurryTwo<ret_correlation>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:214:25: warning: variable 'wtA' set but not used [-Wunused-but-set-variable]
  214 |                    wtD, wtA;
      |                         ^~~
two_welford.h: In instantiation of 'TwoWelford<W, has_wts, na_rm>& TwoWelford<W, has_wts, na_rm>::add_one(double, double, W) [with W = int; bool has_wts = true; bool na_rm = true]':
two_welford.h:466:22:   required from 'void add_many(TwoWelford<oneW, has_wts, na_rm>&, T, T, W, int, int, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<13>; oneW = int; bool has_wts = true; bool na_rm = true]'
  466 |         frets.add_one(v[iii],vv[iii],nextwt);
      |         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:478:37:   required from 'TwoWelford<oneW, has_wts, na_rm> quasiWeightedThing(T, T, W, int, int, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<13>; oneW = int; bool has_wts = true; bool na_rm = true]'
  478 |     add_many<T,W,oneW,has_wts,na_rm>(frets,v,vv,wts,bottom,top,check_wts);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:506:86:   required from 'Rcpp::NumericVector quasiWeightedMoments(T, T, W, 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>]'
  506 |     TwoWelford<oneW,has_wts,na_rm> irets = quasiWeightedThing<T,W,oneW,has_wts,na_rm>(v,vv,wts,bottom,top,check_wts);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:533:59:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, T, W, 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>]'
  533 |         return quasiWeightedMoments<T,W,oneW,has_wts,true>(v, vv, wts, bottom, top, check_wts, normalize_wts);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:550:91:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, T, SEXP, bool, bool, bool) [with T = Rcpp::Vector<13>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]'
  550 |             case  INTSXP: { return quasiWeightedMomentsCurryZero<T,IntegerVector,int,true>(v, vv, wts, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:570:79:   required from here
  570 |             case  INTSXP: { return quasiWeightedMomentsCurryOne<IntegerVector>(v, vv, wts, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:214:25: warning: variable 'wtA' set but not used [-Wunused-but-set-variable]
  214 |                    wtD, wtA;
      |                         ^~~
two_welford.h: In instantiation of 'TwoWelford<W, has_wts, na_rm>& TwoWelford<W, has_wts, na_rm>::add_one(double, double, W) [with W = int; bool has_wts = true; bool na_rm = false]':
two_welford.h:466:22:   required from 'void add_many(TwoWelford<oneW, has_wts, na_rm>&, T, T, W, int, int, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<13>; oneW = int; bool has_wts = true; bool na_rm = false]'
  466 |         frets.add_one(v[iii],vv[iii],nextwt);
      |         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:478:37:   required from 'TwoWelford<oneW, has_wts, na_rm> quasiWeightedThing(T, T, W, int, int, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<13>; oneW = int; bool has_wts = true; bool na_rm = false]'
  478 |     add_many<T,W,oneW,has_wts,na_rm>(frets,v,vv,wts,bottom,top,check_wts);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:506:86:   required from 'Rcpp::NumericVector quasiWeightedMoments(T, T, W, 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>]'
  506 |     TwoWelford<oneW,has_wts,na_rm> irets = quasiWeightedThing<T,W,oneW,has_wts,na_rm>(v,vv,wts,bottom,top,check_wts);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:536:56:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, T, W, 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>]'
  536 |     return quasiWeightedMoments<T,W,oneW,has_wts,false>(v, vv, wts, bottom, top, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:550:91:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, T, SEXP, bool, bool, bool) [with T = Rcpp::Vector<13>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]'
  550 |             case  INTSXP: { return quasiWeightedMomentsCurryZero<T,IntegerVector,int,true>(v, vv, wts, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:570:79:   required from here
  570 |             case  INTSXP: { return quasiWeightedMomentsCurryOne<IntegerVector>(v, vv, wts, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:214:25: warning: variable 'wtA' set but not used [-Wunused-but-set-variable]
  214 |                    wtD, wtA;
      |                         ^~~
two_welford.h: In instantiation of 'TwoWelford<W, has_wts, na_rm>& TwoWelford<W, has_wts, na_rm>::add_one(double, double, W) [with W = int; bool has_wts = false; bool na_rm = true]':
two_welford.h:466:22:   required from 'void add_many(TwoWelford<oneW, has_wts, na_rm>&, T, T, W, int, int, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = int; bool has_wts = false; bool na_rm = true]'
  466 |         frets.add_one(v[iii],vv[iii],nextwt);
      |         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:478:37:   required from 'TwoWelford<oneW, has_wts, na_rm> quasiWeightedThing(T, T, W, int, int, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = int; bool has_wts = false; bool na_rm = true]'
  478 |     add_many<T,W,oneW,has_wts,na_rm>(frets,v,vv,wts,bottom,top,check_wts);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:506:86:   required from 'Rcpp::NumericVector quasiWeightedMoments(T, T, W, 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>]'
  506 |     TwoWelford<oneW,has_wts,na_rm> irets = quasiWeightedThing<T,W,oneW,has_wts,na_rm>(v,vv,wts,bottom,top,check_wts);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:533:59:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, T, W, 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>]'
  533 |         return quasiWeightedMoments<T,W,oneW,has_wts,true>(v, vv, wts, bottom, top, check_wts, normalize_wts);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:558:68:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, T, SEXP, bool, bool, bool) [with T = Rcpp::Vector<13>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]'
  558 |     return quasiWeightedMomentsCurryZero<T,NumericVector,int,false>(v, vv, dummy_wts, 0, -1, na_rm, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:570:79:   required from here
  570 |             case  INTSXP: { return quasiWeightedMomentsCurryOne<IntegerVector>(v, vv, wts, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:214:25: warning: variable 'wtA' set but not used [-Wunused-but-set-variable]
  214 |                    wtD, wtA;
      |                         ^~~
two_welford.h: In instantiation of 'TwoWelford<W, has_wts, na_rm>& TwoWelford<W, has_wts, na_rm>::add_one(double, double, W) [with W = int; bool has_wts = false; bool na_rm = false]':
two_welford.h:466:22:   required from 'void add_many(TwoWelford<oneW, has_wts, na_rm>&, T, T, W, int, int, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = int; bool has_wts = false; bool na_rm = false]'
  466 |         frets.add_one(v[iii],vv[iii],nextwt);
      |         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:478:37:   required from 'TwoWelford<oneW, has_wts, na_rm> quasiWeightedThing(T, T, W, int, int, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = int; bool has_wts = false; bool na_rm = false]'
  478 |     add_many<T,W,oneW,has_wts,na_rm>(frets,v,vv,wts,bottom,top,check_wts);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:506:86:   required from 'Rcpp::NumericVector quasiWeightedMoments(T, T, W, 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>]'
  506 |     TwoWelford<oneW,has_wts,na_rm> irets = quasiWeightedThing<T,W,oneW,has_wts,na_rm>(v,vv,wts,bottom,top,check_wts);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:536:56:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, T, W, 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>]'
  536 |     return quasiWeightedMoments<T,W,oneW,has_wts,false>(v, vv, wts, bottom, top, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:558:68:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, T, SEXP, bool, bool, bool) [with T = Rcpp::Vector<13>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]'
  558 |     return quasiWeightedMomentsCurryZero<T,NumericVector,int,false>(v, vv, dummy_wts, 0, -1, na_rm, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:570:79:   required from here
  570 |             case  INTSXP: { return quasiWeightedMomentsCurryOne<IntegerVector>(v, vv, wts, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:214:25: warning: variable 'wtA' set but not used [-Wunused-but-set-variable]
  214 |                    wtD, wtA;
      |                         ^~~
two_welford.h: In instantiation of 'TwoWelford<W, has_wts, na_rm>& TwoWelford<W, has_wts, na_rm>::rem_one(double, double, W) [with W = double; bool has_wts = true; bool na_rm = true]':
two_welford.h:318:13:   required from 'TwoWelford<W, has_wts, na_rm>& TwoWelford<W, has_wts, na_rm>::swap_one(double, double, W, double, double, W) [with W = double; bool has_wts = true; bool na_rm = true]'
  318 |             rem_one(remxval,remyval,remwt);
      |             ^~~~~~~
two_running.h:197:31:   required from 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  197 |                 frets.swap_one(nextv,nextvv,nextw,
      |                 ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
  198 |                                prevv,prevvv,prevw);
      |                                ~~~~~~~~~~~~~~~~~~~
two_running.h:235:56:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  235 |         return two_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts, window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  236 |                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:256:71:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  256 |         return two_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(), window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  257 |                                                                    min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:283:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  283 |                             return two_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  284 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:110:62:   required from here
  110 |     NumericMatrix preval = two_runQMCurryTwo<ret_correlation>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:267:25: warning: variable 'wtA' set but not used [-Wunused-but-set-variable]
  267 |                    wtD, wtA;
      |                         ^~~
two_welford.h: In instantiation of 'TwoWelford<W, has_wts, na_rm>& TwoWelford<W, has_wts, na_rm>::rem_one(double, double, W) [with W = double; bool has_wts = true; bool na_rm = false]':
two_welford.h:318:13:   required from 'TwoWelford<W, has_wts, na_rm>& TwoWelford<W, has_wts, na_rm>::swap_one(double, double, W, double, double, W) [with W = double; bool has_wts = true; bool na_rm = false]'
  318 |             rem_one(remxval,remyval,remwt);
      |             ^~~~~~~
two_running.h:197:31:   required from 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  197 |                 frets.swap_one(nextv,nextvv,nextw,
      |                 ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
  198 |                                prevv,prevvv,prevw);
      |                                ~~~~~~~~~~~~~~~~~~~
two_running.h:238:53:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  238 |     return two_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  239 |                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:256:71:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  256 |         return two_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(), window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  257 |                                                                    min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:283:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  283 |                             return two_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  284 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:110:62:   required from here
  110 |     NumericMatrix preval = two_runQMCurryTwo<ret_correlation>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:267:25: warning: variable 'wtA' set but not used [-Wunused-but-set-variable]
  267 |                    wtD, wtA;
      |                         ^~~
two_welford.h: In instantiation of 'TwoWelford<W, has_wts, na_rm>& TwoWelford<W, has_wts, na_rm>::rem_one(double, double, W) [with W = double; bool has_wts = false; bool na_rm = true]':
two_welford.h:318:13:   required from 'TwoWelford<W, has_wts, na_rm>& TwoWelford<W, has_wts, na_rm>::swap_one(double, double, W, double, double, W) [with W = double; bool has_wts = false; bool na_rm = true]'
  318 |             rem_one(remxval,remyval,remwt);
      |             ^~~~~~~
two_running.h:197:31:   required from 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  197 |                 frets.swap_one(nextv,nextvv,nextw,
      |                 ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
  198 |                                prevv,prevvv,prevw);
      |                                ~~~~~~~~~~~~~~~~~~~
two_running.h:235:56:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  235 |         return two_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts, window, restart_period,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  236 |                                                         min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:260:68:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  260 |     return two_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  261 |                                                                 min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:283:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  283 |                             return two_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  284 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:110:62:   required from here
  110 |     NumericMatrix preval = two_runQMCurryTwo<ret_correlation>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:267:25: warning: variable 'wtA' set but not used [-Wunused-but-set-variable]
  267 |                    wtD, wtA;
      |                         ^~~
two_welford.h: In instantiation of 'TwoWelford<W, has_wts, na_rm>& TwoWelford<W, has_wts, na_rm>::rem_one(double, double, W) [with W = double; bool has_wts = false; bool na_rm = false]':
two_welford.h:318:13:   required from 'TwoWelford<W, has_wts, na_rm>& TwoWelford<W, has_wts, na_rm>::swap_one(double, double, W, double, double, W) [with W = double; bool has_wts = false; bool na_rm = false]'
  318 |             rem_one(remxval,remyval,remwt);
      |             ^~~~~~~
two_running.h:197:31:   required from 'Rcpp::NumericMatrix two_runQM(T, T, W, int, int, int, double, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  197 |                 frets.swap_one(nextv,nextvv,nextw,
      |                 ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
  198 |                                prevv,prevvv,prevw);
      |                                ~~~~~~~~~~~~~~~~~~~
two_running.h:238:53:   required from 'Rcpp::NumericMatrix two_runQMCurryZero(T, T, W, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  238 |     return two_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  239 |                                                      min_df, used_df, check_wts, normalize_wts, check_negative_moments);
      |                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:260:68:   required from 'Rcpp::NumericMatrix two_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  260 |     return two_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,  window, restart_period,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  261 |                                                                 min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.h:283:76:   required from 'Rcpp::NumericMatrix two_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, int, int, int, double, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  283 |                             return two_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts, window, restart_period,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  284 |                                                                         min_df, used_df, na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_running.cpp:110:62:   required from here
  110 |     NumericMatrix preval = two_runQMCurryTwo<ret_correlation>(x, y, wts, wins, restart_period, min_df, used_df,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111 |                                                               na_rm, check_wts, normalize_wts, check_negative_moments);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:267:25: warning: variable 'wtA' set but not used [-Wunused-but-set-variable]
  267 |                    wtD, wtA;
      |                         ^~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.5.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c two_t_running.cpp -o two_t_running.o
In file included from two_t_running.cpp:30:
two_welford.h: In instantiation of 'Rcpp::NumericVector quasiWeightedMoments(T, T, W, 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>]':
two_welford.h:533:59:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, T, W, 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>]'
  533 |         return quasiWeightedMoments<T,W,oneW,has_wts,true>(v, vv, wts, bottom, top, check_wts, normalize_wts);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:550:91:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, T, SEXP, bool, bool, bool) [with T = Rcpp::Vector<13>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]'
  550 |             case  INTSXP: { return quasiWeightedMomentsCurryZero<T,IntegerVector,int,true>(v, vv, wts, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:570:79:   required from here
  570 |             case  INTSXP: { return quasiWeightedMomentsCurryOne<IntegerVector>(v, vv, wts, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:503:12: warning: unused variable 'nextv' [-Wunused-variable]
  503 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
two_welford.h:503:19: warning: unused variable 'nextw' [-Wunused-variable]
  503 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
two_welford.h: In instantiation of 'Rcpp::NumericVector quasiWeightedMoments(T, T, W, 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>]':
two_welford.h:536:56:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, T, W, 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>]'
  536 |     return quasiWeightedMoments<T,W,oneW,has_wts,false>(v, vv, wts, bottom, top, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:550:91:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, T, SEXP, bool, bool, bool) [with T = Rcpp::Vector<13>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]'
  550 |             case  INTSXP: { return quasiWeightedMomentsCurryZero<T,IntegerVector,int,true>(v, vv, wts, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:570:79:   required from here
  570 |             case  INTSXP: { return quasiWeightedMomentsCurryOne<IntegerVector>(v, vv, wts, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:503:12: warning: unused variable 'nextv' [-Wunused-variable]
  503 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
two_welford.h:503:19: warning: unused variable 'nextw' [-Wunused-variable]
  503 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
two_welford.h: In instantiation of 'Rcpp::NumericVector quasiWeightedMoments(T, T, W, 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>]':
two_welford.h:533:59:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, T, W, 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>]'
  533 |         return quasiWeightedMoments<T,W,oneW,has_wts,true>(v, vv, wts, bottom, top, check_wts, normalize_wts);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:551:94:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, T, SEXP, bool, bool, bool) [with T = Rcpp::Vector<13>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]'
  551 |             case REALSXP: { return quasiWeightedMomentsCurryZero<T,NumericVector,double,true>(v, vv, wts, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:570:79:   required from here
  570 |             case  INTSXP: { return quasiWeightedMomentsCurryOne<IntegerVector>(v, vv, wts, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:503:12: warning: unused variable 'nextv' [-Wunused-variable]
  503 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
two_welford.h:503:19: warning: unused variable 'nextw' [-Wunused-variable]
  503 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
two_welford.h: In instantiation of 'Rcpp::NumericVector quasiWeightedMoments(T, T, W, 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>]':
two_welford.h:536:56:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, T, W, 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>]'
  536 |     return quasiWeightedMoments<T,W,oneW,has_wts,false>(v, vv, wts, bottom, top, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:551:94:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, T, SEXP, bool, bool, bool) [with T = Rcpp::Vector<13>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]'
  551 |             case REALSXP: { return quasiWeightedMomentsCurryZero<T,NumericVector,double,true>(v, vv, wts, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:570:79:   required from here
  570 |             case  INTSXP: { return quasiWeightedMomentsCurryOne<IntegerVector>(v, vv, wts, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:503:12: warning: unused variable 'nextv' [-Wunused-variable]
  503 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
two_welford.h:503:19: warning: unused variable 'nextw' [-Wunused-variable]
  503 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
two_welford.h: In instantiation of 'Rcpp::NumericVector quasiWeightedMoments(T, T, W, 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>]':
two_welford.h:533:59:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, T, W, 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>]'
  533 |         return quasiWeightedMoments<T,W,oneW,has_wts,true>(v, vv, wts, bottom, top, check_wts, normalize_wts);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:558:68:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, T, SEXP, bool, bool, bool) [with T = Rcpp::Vector<13>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]'
  558 |     return quasiWeightedMomentsCurryZero<T,NumericVector,int,false>(v, vv, dummy_wts, 0, -1, na_rm, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:570:79:   required from here
  570 |             case  INTSXP: { return quasiWeightedMomentsCurryOne<IntegerVector>(v, vv, wts, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:503:12: warning: unused variable 'nextv' [-Wunused-variable]
  503 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
two_welford.h:503:19: warning: unused variable 'nextw' [-Wunused-variable]
  503 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
two_welford.h: In instantiation of 'Rcpp::NumericVector quasiWeightedMoments(T, T, W, 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>]':
two_welford.h:536:56:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, T, W, 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>]'
  536 |     return quasiWeightedMoments<T,W,oneW,has_wts,false>(v, vv, wts, bottom, top, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:558:68:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, T, SEXP, bool, bool, bool) [with T = Rcpp::Vector<13>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]'
  558 |     return quasiWeightedMomentsCurryZero<T,NumericVector,int,false>(v, vv, dummy_wts, 0, -1, na_rm, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:570:79:   required from here
  570 |             case  INTSXP: { return quasiWeightedMomentsCurryOne<IntegerVector>(v, vv, wts, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:503:12: warning: unused variable 'nextv' [-Wunused-variable]
  503 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
two_welford.h:503:19: warning: unused variable 'nextw' [-Wunused-variable]
  503 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
two_welford.h: In instantiation of 'Rcpp::NumericVector quasiWeightedMoments(T, T, W, 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>]':
two_welford.h:533:59:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, T, W, 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>]'
  533 |         return quasiWeightedMoments<T,W,oneW,has_wts,true>(v, vv, wts, bottom, top, check_wts, normalize_wts);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:550:91:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, T, SEXP, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]'
  550 |             case  INTSXP: { return quasiWeightedMomentsCurryZero<T,IntegerVector,int,true>(v, vv, wts, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:571:79:   required from here
  571 |             case REALSXP: { return quasiWeightedMomentsCurryOne<NumericVector>(v, vv, wts, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:503:12: warning: unused variable 'nextv' [-Wunused-variable]
  503 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
two_welford.h:503:19: warning: unused variable 'nextw' [-Wunused-variable]
  503 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
two_welford.h: In instantiation of 'Rcpp::NumericVector quasiWeightedMoments(T, T, W, 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>]':
two_welford.h:536:56:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, T, W, 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>]'
  536 |     return quasiWeightedMoments<T,W,oneW,has_wts,false>(v, vv, wts, bottom, top, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:550:91:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, T, SEXP, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]'
  550 |             case  INTSXP: { return quasiWeightedMomentsCurryZero<T,IntegerVector,int,true>(v, vv, wts, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:571:79:   required from here
  571 |             case REALSXP: { return quasiWeightedMomentsCurryOne<NumericVector>(v, vv, wts, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:503:12: warning: unused variable 'nextv' [-Wunused-variable]
  503 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
two_welford.h:503:19: warning: unused variable 'nextw' [-Wunused-variable]
  503 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
two_welford.h: In instantiation of 'Rcpp::NumericVector quasiWeightedMoments(T, T, W, 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>]':
two_welford.h:533:59:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, T, W, 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>]'
  533 |         return quasiWeightedMoments<T,W,oneW,has_wts,true>(v, vv, wts, bottom, top, check_wts, normalize_wts);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:551:94:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, T, SEXP, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]'
  551 |             case REALSXP: { return quasiWeightedMomentsCurryZero<T,NumericVector,double,true>(v, vv, wts, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:571:79:   required from here
  571 |             case REALSXP: { return quasiWeightedMomentsCurryOne<NumericVector>(v, vv, wts, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:503:12: warning: unused variable 'nextv' [-Wunused-variable]
  503 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
two_welford.h:503:19: warning: unused variable 'nextw' [-Wunused-variable]
  503 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
two_welford.h: In instantiation of 'Rcpp::NumericVector quasiWeightedMoments(T, T, W, 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>]':
two_welford.h:536:56:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, T, W, 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>]'
  536 |     return quasiWeightedMoments<T,W,oneW,has_wts,false>(v, vv, wts, bottom, top, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:551:94:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, T, SEXP, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]'
  551 |             case REALSXP: { return quasiWeightedMomentsCurryZero<T,NumericVector,double,true>(v, vv, wts, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:571:79:   required from here
  571 |             case REALSXP: { return quasiWeightedMomentsCurryOne<NumericVector>(v, vv, wts, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:503:12: warning: unused variable 'nextv' [-Wunused-variable]
  503 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
two_welford.h:503:19: warning: unused variable 'nextw' [-Wunused-variable]
  503 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
two_welford.h: In instantiation of 'Rcpp::NumericVector quasiWeightedMoments(T, T, W, 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>]':
two_welford.h:533:59:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, T, W, 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>]'
  533 |         return quasiWeightedMoments<T,W,oneW,has_wts,true>(v, vv, wts, bottom, top, check_wts, normalize_wts);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:558:68:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, T, SEXP, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]'
  558 |     return quasiWeightedMomentsCurryZero<T,NumericVector,int,false>(v, vv, dummy_wts, 0, -1, na_rm, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:571:79:   required from here
  571 |             case REALSXP: { return quasiWeightedMomentsCurryOne<NumericVector>(v, vv, wts, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:503:12: warning: unused variable 'nextv' [-Wunused-variable]
  503 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
two_welford.h:503:19: warning: unused variable 'nextw' [-Wunused-variable]
  503 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
two_welford.h: In instantiation of 'Rcpp::NumericVector quasiWeightedMoments(T, T, W, 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>]':
two_welford.h:536:56:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, T, W, 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>]'
  536 |     return quasiWeightedMoments<T,W,oneW,has_wts,false>(v, vv, wts, bottom, top, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:558:68:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, T, SEXP, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]'
  558 |     return quasiWeightedMomentsCurryZero<T,NumericVector,int,false>(v, vv, dummy_wts, 0, -1, na_rm, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:571:79:   required from here
  571 |             case REALSXP: { return quasiWeightedMomentsCurryOne<NumericVector>(v, vv, wts, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:503:12: warning: unused variable 'nextv' [-Wunused-variable]
  503 |     double nextv, nextw, renorm, nok;
      |            ^~~~~
two_welford.h:503:19: warning: unused variable 'nextw' [-Wunused-variable]
  503 |     double nextv, nextw, renorm, nok;
      |                   ^~~~~
In file included from runningmean.h:31,
                 from two_t_running.h:30,
                 from two_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;
      |                   ^~~~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:324:58:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  324 |         return two_t_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  325 |                                                           time, time_deltas, lb_time,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  326 |                                                           window, restart_period, min_df, used_df, check_wts,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:355:73:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  355 |         return two_t_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  356 |                                                                          time, time_deltas, lb_time,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                          window, restart_period,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                          min_df, used_df, na_rm, check_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                          variable_win, wts_as_delta, normalize_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                          check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:396:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  396 |                             return two_t_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  397 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:126:64:   required from here
  126 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_correlation>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  127 |                                                                 wins, restart_period, min_df, used_df,
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  128 |                                                                 na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:329:55:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  329 |     return two_t_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  330 |                                                        time, time_deltas, lb_time,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  331 |                                                        window, restart_period, min_df, used_df, check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  332 |                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:355:73:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  355 |         return two_t_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  356 |                                                                          time, time_deltas, lb_time,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                          window, restart_period,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                          min_df, used_df, na_rm, check_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                          variable_win, wts_as_delta, normalize_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                          check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:396:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  396 |                             return two_t_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  397 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:126:64:   required from here
  126 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_correlation>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  127 |                                                                 wins, restart_period, min_df, used_df,
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  128 |                                                                 na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:324:58:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  324 |         return two_t_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  325 |                                                           time, time_deltas, lb_time,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  326 |                                                           window, restart_period, min_df, used_df, check_wts,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:363:70:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  363 |     return two_t_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  364 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                       window, restart_period,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                       min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                       variable_win, wts_as_delta, normalize_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                       check_negative_moments);
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:396:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  396 |                             return two_t_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  397 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:126:64:   required from here
  126 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_correlation>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  127 |                                                                 wins, restart_period, min_df, used_df,
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  128 |                                                                 na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:329:55:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  329 |     return two_t_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  330 |                                                        time, time_deltas, lb_time,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  331 |                                                        window, restart_period, min_df, used_df, check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  332 |                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:363:70:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  363 |     return two_t_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  364 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                       window, restart_period,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                       min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                       variable_win, wts_as_delta, normalize_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                       check_negative_moments);
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:396:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  396 |                             return two_t_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  397 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:126:64:   required from here
  126 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_correlation>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  127 |                                                                 wins, restart_period, min_df, used_df,
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  128 |                                                                 na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:324:58:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  324 |         return two_t_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  325 |                                                           time, time_deltas, lb_time,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  326 |                                                           window, restart_period, min_df, used_df, check_wts,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:355:73:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  355 |         return two_t_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  356 |                                                                          time, time_deltas, lb_time,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                          window, restart_period,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                          min_df, used_df, na_rm, check_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                          variable_win, wts_as_delta, normalize_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                          check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:403:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  403 |                             return two_t_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:126:64:   required from here
  126 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_correlation>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  127 |                                                                 wins, restart_period, min_df, used_df,
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  128 |                                                                 na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:329:55:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  329 |     return two_t_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  330 |                                                        time, time_deltas, lb_time,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  331 |                                                        window, restart_period, min_df, used_df, check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  332 |                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:355:73:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  355 |         return two_t_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  356 |                                                                          time, time_deltas, lb_time,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                          window, restart_period,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                          min_df, used_df, na_rm, check_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                          variable_win, wts_as_delta, normalize_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                          check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:403:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  403 |                             return two_t_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:126:64:   required from here
  126 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_correlation>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  127 |                                                                 wins, restart_period, min_df, used_df,
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  128 |                                                                 na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:324:58:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  324 |         return two_t_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  325 |                                                           time, time_deltas, lb_time,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  326 |                                                           window, restart_period, min_df, used_df, check_wts,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:363:70:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  363 |     return two_t_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  364 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                       window, restart_period,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                       min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                       variable_win, wts_as_delta, normalize_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                       check_negative_moments);
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:403:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  403 |                             return two_t_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:126:64:   required from here
  126 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_correlation>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  127 |                                                                 wins, restart_period, min_df, used_df,
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  128 |                                                                 na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:329:55:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  329 |     return two_t_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  330 |                                                        time, time_deltas, lb_time,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  331 |                                                        window, restart_period, min_df, used_df, check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  332 |                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:363:70:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  363 |     return two_t_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  364 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                       window, restart_period,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                       min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                       variable_win, wts_as_delta, normalize_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                       check_negative_moments);
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:403:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  403 |                             return two_t_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:126:64:   required from here
  126 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_correlation>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  127 |                                                                 wins, restart_period, min_df, used_df,
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  128 |                                                                 na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:324:58:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  324 |         return two_t_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  325 |                                                           time, time_deltas, lb_time,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  326 |                                                           window, restart_period, min_df, used_df, check_wts,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:355:73:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  355 |         return two_t_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  356 |                                                                          time, time_deltas, lb_time,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                          window, restart_period,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                          min_df, used_df, na_rm, check_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                          variable_win, wts_as_delta, normalize_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                          check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:396:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_covariance; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  396 |                             return two_t_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  397 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:146:63:   required from here
  146 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_covariance>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  147 |                                                                wins, restart_period, min_df, used_df,
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  148 |                                                                na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:329:55:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  329 |     return two_t_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  330 |                                                        time, time_deltas, lb_time,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  331 |                                                        window, restart_period, min_df, used_df, check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  332 |                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:355:73:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  355 |         return two_t_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  356 |                                                                          time, time_deltas, lb_time,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                          window, restart_period,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                          min_df, used_df, na_rm, check_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                          variable_win, wts_as_delta, normalize_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                          check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:396:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_covariance; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  396 |                             return two_t_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  397 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:146:63:   required from here
  146 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_covariance>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  147 |                                                                wins, restart_period, min_df, used_df,
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  148 |                                                                na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:324:58:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  324 |         return two_t_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  325 |                                                           time, time_deltas, lb_time,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  326 |                                                           window, restart_period, min_df, used_df, check_wts,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:363:70:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  363 |     return two_t_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  364 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                       window, restart_period,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                       min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                       variable_win, wts_as_delta, normalize_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                       check_negative_moments);
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:396:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_covariance; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  396 |                             return two_t_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  397 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:146:63:   required from here
  146 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_covariance>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  147 |                                                                wins, restart_period, min_df, used_df,
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  148 |                                                                na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:329:55:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  329 |     return two_t_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  330 |                                                        time, time_deltas, lb_time,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  331 |                                                        window, restart_period, min_df, used_df, check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  332 |                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:363:70:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  363 |     return two_t_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  364 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                       window, restart_period,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                       min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                       variable_win, wts_as_delta, normalize_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                       check_negative_moments);
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:396:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_covariance; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  396 |                             return two_t_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  397 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:146:63:   required from here
  146 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_covariance>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  147 |                                                                wins, restart_period, min_df, used_df,
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  148 |                                                                na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:324:58:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  324 |         return two_t_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  325 |                                                           time, time_deltas, lb_time,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  326 |                                                           window, restart_period, min_df, used_df, check_wts,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:355:73:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  355 |         return two_t_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  356 |                                                                          time, time_deltas, lb_time,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                          window, restart_period,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                          min_df, used_df, na_rm, check_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                          variable_win, wts_as_delta, normalize_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                          check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:403:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_covariance; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  403 |                             return two_t_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:146:63:   required from here
  146 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_covariance>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  147 |                                                                wins, restart_period, min_df, used_df,
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  148 |                                                                na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:329:55:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  329 |     return two_t_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  330 |                                                        time, time_deltas, lb_time,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  331 |                                                        window, restart_period, min_df, used_df, check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  332 |                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:355:73:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  355 |         return two_t_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  356 |                                                                          time, time_deltas, lb_time,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                          window, restart_period,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                          min_df, used_df, na_rm, check_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                          variable_win, wts_as_delta, normalize_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                          check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:403:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_covariance; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  403 |                             return two_t_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:146:63:   required from here
  146 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_covariance>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  147 |                                                                wins, restart_period, min_df, used_df,
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  148 |                                                                na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:324:58:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  324 |         return two_t_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  325 |                                                           time, time_deltas, lb_time,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  326 |                                                           window, restart_period, min_df, used_df, check_wts,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:363:70:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  363 |     return two_t_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  364 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                       window, restart_period,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                       min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                       variable_win, wts_as_delta, normalize_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                       check_negative_moments);
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:403:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_covariance; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  403 |                             return two_t_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:146:63:   required from here
  146 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_covariance>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  147 |                                                                wins, restart_period, min_df, used_df,
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  148 |                                                                na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:329:55:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  329 |     return two_t_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  330 |                                                        time, time_deltas, lb_time,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  331 |                                                        window, restart_period, min_df, used_df, check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  332 |                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:363:70:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  363 |     return two_t_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  364 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                       window, restart_period,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                       min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                       variable_win, wts_as_delta, normalize_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                       check_negative_moments);
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:403:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_covariance; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  403 |                             return two_t_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:146:63:   required from here
  146 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_covariance>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  147 |                                                                wins, restart_period, min_df, used_df,
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  148 |                                                                na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance_matrix; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:324:58:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance_matrix; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  324 |         return two_t_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  325 |                                                           time, time_deltas, lb_time,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  326 |                                                           window, restart_period, min_df, used_df, check_wts,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:355:73:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance_matrix; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  355 |         return two_t_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  356 |                                                                          time, time_deltas, lb_time,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                          window, restart_period,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                          min_df, used_df, na_rm, check_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                          variable_win, wts_as_delta, normalize_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                          check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:396:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_covariance_matrix; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  396 |                             return two_t_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  397 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:165:70:   required from here
  165 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_covariance_matrix>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  166 |                                                                       wins, restart_period, min_df, used_df,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  167 |                                                                       na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance_matrix; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:329:55:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance_matrix; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  329 |     return two_t_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  330 |                                                        time, time_deltas, lb_time,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  331 |                                                        window, restart_period, min_df, used_df, check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  332 |                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:355:73:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance_matrix; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  355 |         return two_t_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  356 |                                                                          time, time_deltas, lb_time,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                          window, restart_period,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                          min_df, used_df, na_rm, check_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                          variable_win, wts_as_delta, normalize_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                          check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:396:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_covariance_matrix; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  396 |                             return two_t_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  397 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:165:70:   required from here
  165 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_covariance_matrix>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  166 |                                                                       wins, restart_period, min_df, used_df,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  167 |                                                                       na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance_matrix; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:324:58:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance_matrix; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  324 |         return two_t_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  325 |                                                           time, time_deltas, lb_time,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  326 |                                                           window, restart_period, min_df, used_df, check_wts,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:363:70:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance_matrix; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  363 |     return two_t_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  364 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                       window, restart_period,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                       min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                       variable_win, wts_as_delta, normalize_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                       check_negative_moments);
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:396:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_covariance_matrix; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  396 |                             return two_t_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  397 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:165:70:   required from here
  165 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_covariance_matrix>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  166 |                                                                       wins, restart_period, min_df, used_df,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  167 |                                                                       na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance_matrix; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:329:55:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance_matrix; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  329 |     return two_t_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  330 |                                                        time, time_deltas, lb_time,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  331 |                                                        window, restart_period, min_df, used_df, check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  332 |                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:363:70:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance_matrix; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  363 |     return two_t_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  364 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                       window, restart_period,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                       min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                       variable_win, wts_as_delta, normalize_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                       check_negative_moments);
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:396:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_covariance_matrix; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  396 |                             return two_t_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  397 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:165:70:   required from here
  165 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_covariance_matrix>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  166 |                                                                       wins, restart_period, min_df, used_df,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  167 |                                                                       na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance_matrix; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:324:58:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance_matrix; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  324 |         return two_t_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  325 |                                                           time, time_deltas, lb_time,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  326 |                                                           window, restart_period, min_df, used_df, check_wts,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:355:73:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance_matrix; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  355 |         return two_t_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  356 |                                                                          time, time_deltas, lb_time,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                          window, restart_period,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                          min_df, used_df, na_rm, check_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                          variable_win, wts_as_delta, normalize_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                          check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:403:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_covariance_matrix; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  403 |                             return two_t_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:165:70:   required from here
  165 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_covariance_matrix>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  166 |                                                                       wins, restart_period, min_df, used_df,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  167 |                                                                       na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance_matrix; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:329:55:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance_matrix; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  329 |     return two_t_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  330 |                                                        time, time_deltas, lb_time,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  331 |                                                        window, restart_period, min_df, used_df, check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  332 |                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:355:73:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance_matrix; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  355 |         return two_t_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  356 |                                                                          time, time_deltas, lb_time,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                          window, restart_period,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                          min_df, used_df, na_rm, check_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                          variable_win, wts_as_delta, normalize_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                          check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:403:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_covariance_matrix; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  403 |                             return two_t_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:165:70:   required from here
  165 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_covariance_matrix>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  166 |                                                                       wins, restart_period, min_df, used_df,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  167 |                                                                       na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance_matrix; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:324:58:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance_matrix; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  324 |         return two_t_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  325 |                                                           time, time_deltas, lb_time,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  326 |                                                           window, restart_period, min_df, used_df, check_wts,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:363:70:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance_matrix; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  363 |     return two_t_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  364 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                       window, restart_period,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                       min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                       variable_win, wts_as_delta, normalize_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                       check_negative_moments);
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:403:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_covariance_matrix; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  403 |                             return two_t_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:165:70:   required from here
  165 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_covariance_matrix>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  166 |                                                                       wins, restart_period, min_df, used_df,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  167 |                                                                       na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance_matrix; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:329:55:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance_matrix; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  329 |     return two_t_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  330 |                                                        time, time_deltas, lb_time,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  331 |                                                        window, restart_period, min_df, used_df, check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  332 |                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:363:70:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance_matrix; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  363 |     return two_t_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  364 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                       window, restart_period,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                       min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                       variable_win, wts_as_delta, normalize_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                       check_negative_moments);
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:403:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_covariance_matrix; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  403 |                             return two_t_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:165:70:   required from here
  165 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_covariance_matrix>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  166 |                                                                       wins, restart_period, min_df, used_df,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  167 |                                                                       na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_slope; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:324:58:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_slope; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  324 |         return two_t_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  325 |                                                           time, time_deltas, lb_time,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  326 |                                                           window, restart_period, min_df, used_df, check_wts,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:355:73:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_slope; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  355 |         return two_t_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  356 |                                                                          time, time_deltas, lb_time,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                          window, restart_period,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                          min_df, used_df, na_rm, check_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                          variable_win, wts_as_delta, normalize_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                          check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:396:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_slope; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  396 |                             return two_t_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  397 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:187:69:   required from here
  187 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_regression_slope>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  188 |                                                                      wins, restart_period, min_df, used_df,
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  189 |                                                                      na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_slope; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:329:55:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_slope; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  329 |     return two_t_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  330 |                                                        time, time_deltas, lb_time,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  331 |                                                        window, restart_period, min_df, used_df, check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  332 |                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:355:73:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_slope; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  355 |         return two_t_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  356 |                                                                          time, time_deltas, lb_time,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                          window, restart_period,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                          min_df, used_df, na_rm, check_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                          variable_win, wts_as_delta, normalize_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                          check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:396:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_slope; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  396 |                             return two_t_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  397 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:187:69:   required from here
  187 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_regression_slope>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  188 |                                                                      wins, restart_period, min_df, used_df,
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  189 |                                                                      na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_slope; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:324:58:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_slope; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  324 |         return two_t_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  325 |                                                           time, time_deltas, lb_time,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  326 |                                                           window, restart_period, min_df, used_df, check_wts,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:363:70:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_slope; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  363 |     return two_t_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  364 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                       window, restart_period,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                       min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                       variable_win, wts_as_delta, normalize_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                       check_negative_moments);
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:396:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_slope; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  396 |                             return two_t_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  397 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:187:69:   required from here
  187 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_regression_slope>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  188 |                                                                      wins, restart_period, min_df, used_df,
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  189 |                                                                      na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_slope; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:329:55:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_slope; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  329 |     return two_t_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  330 |                                                        time, time_deltas, lb_time,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  331 |                                                        window, restart_period, min_df, used_df, check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  332 |                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:363:70:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_slope; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  363 |     return two_t_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  364 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                       window, restart_period,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                       min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                       variable_win, wts_as_delta, normalize_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                       check_negative_moments);
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:396:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_slope; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  396 |                             return two_t_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  397 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:187:69:   required from here
  187 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_regression_slope>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  188 |                                                                      wins, restart_period, min_df, used_df,
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  189 |                                                                      na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_slope; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:324:58:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_slope; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  324 |         return two_t_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  325 |                                                           time, time_deltas, lb_time,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  326 |                                                           window, restart_period, min_df, used_df, check_wts,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:355:73:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_slope; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  355 |         return two_t_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  356 |                                                                          time, time_deltas, lb_time,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                          window, restart_period,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                          min_df, used_df, na_rm, check_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                          variable_win, wts_as_delta, normalize_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                          check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:403:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_slope; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  403 |                             return two_t_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:187:69:   required from here
  187 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_regression_slope>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  188 |                                                                      wins, restart_period, min_df, used_df,
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  189 |                                                                      na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_slope; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:329:55:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_slope; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  329 |     return two_t_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  330 |                                                        time, time_deltas, lb_time,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  331 |                                                        window, restart_period, min_df, used_df, check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  332 |                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:355:73:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_slope; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  355 |         return two_t_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  356 |                                                                          time, time_deltas, lb_time,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                          window, restart_period,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                          min_df, used_df, na_rm, check_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                          variable_win, wts_as_delta, normalize_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                          check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:403:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_slope; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  403 |                             return two_t_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:187:69:   required from here
  187 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_regression_slope>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  188 |                                                                      wins, restart_period, min_df, used_df,
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  189 |                                                                      na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_slope; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:324:58:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_slope; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  324 |         return two_t_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  325 |                                                           time, time_deltas, lb_time,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  326 |                                                           window, restart_period, min_df, used_df, check_wts,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:363:70:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_slope; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  363 |     return two_t_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  364 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                       window, restart_period,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                       min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                       variable_win, wts_as_delta, normalize_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                       check_negative_moments);
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:403:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_slope; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  403 |                             return two_t_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:187:69:   required from here
  187 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_regression_slope>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  188 |                                                                      wins, restart_period, min_df, used_df,
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  189 |                                                                      na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_slope; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:329:55:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_slope; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  329 |     return two_t_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  330 |                                                        time, time_deltas, lb_time,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  331 |                                                        window, restart_period, min_df, used_df, check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  332 |                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:363:70:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_slope; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  363 |     return two_t_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  364 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                       window, restart_period,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                       min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                       variable_win, wts_as_delta, normalize_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                       check_negative_moments);
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:403:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_slope; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  403 |                             return two_t_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:187:69:   required from here
  187 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_regression_slope>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  188 |                                                                      wins, restart_period, min_df, used_df,
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  189 |                                                                      na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_intercept; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:324:58:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_intercept; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  324 |         return two_t_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  325 |                                                           time, time_deltas, lb_time,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  326 |                                                           window, restart_period, min_df, used_df, check_wts,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:355:73:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_intercept; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  355 |         return two_t_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  356 |                                                                          time, time_deltas, lb_time,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                          window, restart_period,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                          min_df, used_df, na_rm, check_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                          variable_win, wts_as_delta, normalize_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                          check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:396:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_intercept; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  396 |                             return two_t_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  397 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:208:73:   required from here
  208 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_regression_intercept>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  209 |                                                                          wins, restart_period, min_df, used_df,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  210 |                                                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_intercept; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:329:55:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_intercept; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  329 |     return two_t_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  330 |                                                        time, time_deltas, lb_time,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  331 |                                                        window, restart_period, min_df, used_df, check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  332 |                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:355:73:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_intercept; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  355 |         return two_t_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  356 |                                                                          time, time_deltas, lb_time,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                          window, restart_period,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                          min_df, used_df, na_rm, check_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                          variable_win, wts_as_delta, normalize_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                          check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:396:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_intercept; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  396 |                             return two_t_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  397 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:208:73:   required from here
  208 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_regression_intercept>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  209 |                                                                          wins, restart_period, min_df, used_df,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  210 |                                                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_intercept; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:324:58:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_intercept; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  324 |         return two_t_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  325 |                                                           time, time_deltas, lb_time,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  326 |                                                           window, restart_period, min_df, used_df, check_wts,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:363:70:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_intercept; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  363 |     return two_t_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  364 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                       window, restart_period,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                       min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                       variable_win, wts_as_delta, normalize_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                       check_negative_moments);
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:396:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_intercept; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  396 |                             return two_t_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  397 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:208:73:   required from here
  208 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_regression_intercept>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  209 |                                                                          wins, restart_period, min_df, used_df,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  210 |                                                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_intercept; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:329:55:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_intercept; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  329 |     return two_t_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  330 |                                                        time, time_deltas, lb_time,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  331 |                                                        window, restart_period, min_df, used_df, check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  332 |                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:363:70:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_intercept; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  363 |     return two_t_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  364 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                       window, restart_period,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                       min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                       variable_win, wts_as_delta, normalize_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                       check_negative_moments);
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:396:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_intercept; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  396 |                             return two_t_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  397 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:208:73:   required from here
  208 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_regression_intercept>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  209 |                                                                          wins, restart_period, min_df, used_df,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  210 |                                                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_intercept; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:324:58:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_intercept; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  324 |         return two_t_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  325 |                                                           time, time_deltas, lb_time,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  326 |                                                           window, restart_period, min_df, used_df, check_wts,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:355:73:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_intercept; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  355 |         return two_t_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  356 |                                                                          time, time_deltas, lb_time,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                          window, restart_period,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                          min_df, used_df, na_rm, check_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                          variable_win, wts_as_delta, normalize_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                          check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:403:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_intercept; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  403 |                             return two_t_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:208:73:   required from here
  208 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_regression_intercept>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  209 |                                                                          wins, restart_period, min_df, used_df,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  210 |                                                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_intercept; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:329:55:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_intercept; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  329 |     return two_t_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  330 |                                                        time, time_deltas, lb_time,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  331 |                                                        window, restart_period, min_df, used_df, check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  332 |                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:355:73:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_intercept; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  355 |         return two_t_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  356 |                                                                          time, time_deltas, lb_time,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                          window, restart_period,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                          min_df, used_df, na_rm, check_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                          variable_win, wts_as_delta, normalize_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                          check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:403:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_intercept; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  403 |                             return two_t_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:208:73:   required from here
  208 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_regression_intercept>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  209 |                                                                          wins, restart_period, min_df, used_df,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  210 |                                                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_intercept; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:324:58:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_intercept; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  324 |         return two_t_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  325 |                                                           time, time_deltas, lb_time,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  326 |                                                           window, restart_period, min_df, used_df, check_wts,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:363:70:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_intercept; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  363 |     return two_t_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  364 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                       window, restart_period,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                       min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                       variable_win, wts_as_delta, normalize_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                       check_negative_moments);
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:403:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_intercept; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  403 |                             return two_t_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:208:73:   required from here
  208 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_regression_intercept>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  209 |                                                                          wins, restart_period, min_df, used_df,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  210 |                                                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_intercept; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:329:55:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_intercept; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  329 |     return two_t_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  330 |                                                        time, time_deltas, lb_time,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  331 |                                                        window, restart_period, min_df, used_df, check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  332 |                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:363:70:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_intercept; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  363 |     return two_t_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  364 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                       window, restart_period,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                       min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                       variable_win, wts_as_delta, normalize_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                       check_negative_moments);
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:403:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_intercept; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  403 |                             return two_t_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:208:73:   required from here
  208 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_regression_intercept>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  209 |                                                                          wins, restart_period, min_df, used_df,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  210 |                                                                          na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_fit; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:324:58:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_fit; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  324 |         return two_t_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  325 |                                                           time, time_deltas, lb_time,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  326 |                                                           window, restart_period, min_df, used_df, check_wts,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:355:73:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_fit; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  355 |         return two_t_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  356 |                                                                          time, time_deltas, lb_time,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                          window, restart_period,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                          min_df, used_df, na_rm, check_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                          variable_win, wts_as_delta, normalize_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                          check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:396:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_fit; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  396 |                             return two_t_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  397 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:229:67:   required from here
  229 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_regression_fit>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  230 |                                                                    wins, restart_period, min_df, used_df,
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  231 |                                                                    na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_fit; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:329:55:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_fit; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  329 |     return two_t_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  330 |                                                        time, time_deltas, lb_time,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  331 |                                                        window, restart_period, min_df, used_df, check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  332 |                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:355:73:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_fit; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  355 |         return two_t_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  356 |                                                                          time, time_deltas, lb_time,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                          window, restart_period,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                          min_df, used_df, na_rm, check_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                          variable_win, wts_as_delta, normalize_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                          check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:396:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_fit; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  396 |                             return two_t_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  397 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:229:67:   required from here
  229 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_regression_fit>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  230 |                                                                    wins, restart_period, min_df, used_df,
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  231 |                                                                    na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_fit; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:324:58:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_fit; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  324 |         return two_t_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  325 |                                                           time, time_deltas, lb_time,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  326 |                                                           window, restart_period, min_df, used_df, check_wts,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:363:70:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_fit; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  363 |     return two_t_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  364 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                       window, restart_period,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                       min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                       variable_win, wts_as_delta, normalize_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                       check_negative_moments);
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:396:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_fit; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  396 |                             return two_t_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  397 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:229:67:   required from here
  229 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_regression_fit>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  230 |                                                                    wins, restart_period, min_df, used_df,
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  231 |                                                                    na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_fit; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:329:55:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_fit; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  329 |     return two_t_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  330 |                                                        time, time_deltas, lb_time,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  331 |                                                        window, restart_period, min_df, used_df, check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  332 |                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:363:70:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_fit; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  363 |     return two_t_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  364 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                       window, restart_period,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                       min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                       variable_win, wts_as_delta, normalize_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                       check_negative_moments);
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:396:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_fit; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  396 |                             return two_t_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  397 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:229:67:   required from here
  229 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_regression_fit>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  230 |                                                                    wins, restart_period, min_df, used_df,
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  231 |                                                                    na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_fit; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:324:58:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_fit; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  324 |         return two_t_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  325 |                                                           time, time_deltas, lb_time,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  326 |                                                           window, restart_period, min_df, used_df, check_wts,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:355:73:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_fit; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  355 |         return two_t_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  356 |                                                                          time, time_deltas, lb_time,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                          window, restart_period,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                          min_df, used_df, na_rm, check_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                          variable_win, wts_as_delta, normalize_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                          check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:403:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_fit; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  403 |                             return two_t_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:229:67:   required from here
  229 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_regression_fit>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  230 |                                                                    wins, restart_period, min_df, used_df,
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  231 |                                                                    na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_fit; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:329:55:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_fit; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  329 |     return two_t_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  330 |                                                        time, time_deltas, lb_time,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  331 |                                                        window, restart_period, min_df, used_df, check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  332 |                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:355:73:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_fit; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  355 |         return two_t_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  356 |                                                                          time, time_deltas, lb_time,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                          window, restart_period,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                          min_df, used_df, na_rm, check_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                          variable_win, wts_as_delta, normalize_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                          check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:403:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_fit; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  403 |                             return two_t_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:229:67:   required from here
  229 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_regression_fit>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  230 |                                                                    wins, restart_period, min_df, used_df,
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  231 |                                                                    na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_fit; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:324:58:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_fit; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  324 |         return two_t_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  325 |                                                           time, time_deltas, lb_time,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  326 |                                                           window, restart_period, min_df, used_df, check_wts,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:363:70:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_fit; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  363 |     return two_t_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  364 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                       window, restart_period,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                       min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                       variable_win, wts_as_delta, normalize_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                       check_negative_moments);
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:403:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_fit; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  403 |                             return two_t_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:229:67:   required from here
  229 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_regression_fit>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  230 |                                                                    wins, restart_period, min_df, used_df,
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  231 |                                                                    na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_fit; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:329:55:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_fit; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  329 |     return two_t_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  330 |                                                        time, time_deltas, lb_time,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  331 |                                                        window, restart_period, min_df, used_df, check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  332 |                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:363:70:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_fit; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  363 |     return two_t_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  364 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                       window, restart_period,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                       min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                       variable_win, wts_as_delta, normalize_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                       check_negative_moments);
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:403:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_fit; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  403 |                             return two_t_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:229:67:   required from here
  229 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_regression_fit>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  230 |                                                                    wins, restart_period, min_df, used_df,
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  231 |                                                                    na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_diagnostics; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:324:58:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_diagnostics; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  324 |         return two_t_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  325 |                                                           time, time_deltas, lb_time,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  326 |                                                           window, restart_period, min_df, used_df, check_wts,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:355:73:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_diagnostics; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  355 |         return two_t_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  356 |                                                                          time, time_deltas, lb_time,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                          window, restart_period,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                          min_df, used_df, na_rm, check_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                          variable_win, wts_as_delta, normalize_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                          check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:396:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_diagnostics; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  396 |                             return two_t_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  397 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:249:75:   required from here
  249 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_regression_diagnostics>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  250 |                                                                            wins, restart_period, min_df, used_df,
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  251 |                                                                            na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_diagnostics; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:329:55:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_diagnostics; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  329 |     return two_t_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  330 |                                                        time, time_deltas, lb_time,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  331 |                                                        window, restart_period, min_df, used_df, check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  332 |                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:355:73:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_diagnostics; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  355 |         return two_t_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  356 |                                                                          time, time_deltas, lb_time,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                          window, restart_period,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                          min_df, used_df, na_rm, check_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                          variable_win, wts_as_delta, normalize_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                          check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:396:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_diagnostics; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  396 |                             return two_t_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  397 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:249:75:   required from here
  249 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_regression_diagnostics>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  250 |                                                                            wins, restart_period, min_df, used_df,
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  251 |                                                                            na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_diagnostics; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:324:58:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_diagnostics; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  324 |         return two_t_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  325 |                                                           time, time_deltas, lb_time,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  326 |                                                           window, restart_period, min_df, used_df, check_wts,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:363:70:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_diagnostics; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  363 |     return two_t_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  364 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                       window, restart_period,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                       min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                       variable_win, wts_as_delta, normalize_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                       check_negative_moments);
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:396:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_diagnostics; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  396 |                             return two_t_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  397 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:249:75:   required from here
  249 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_regression_diagnostics>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  250 |                                                                            wins, restart_period, min_df, used_df,
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  251 |                                                                            na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_diagnostics; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:329:55:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_diagnostics; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  329 |     return two_t_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  330 |                                                        time, time_deltas, lb_time,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  331 |                                                        window, restart_period, min_df, used_df, check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  332 |                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:363:70:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_diagnostics; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  363 |     return two_t_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  364 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                       window, restart_period,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                       min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                       variable_win, wts_as_delta, normalize_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                       check_negative_moments);
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:396:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_diagnostics; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  396 |                             return two_t_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  397 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:249:75:   required from here
  249 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_regression_diagnostics>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  250 |                                                                            wins, restart_period, min_df, used_df,
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  251 |                                                                            na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_diagnostics; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:324:58:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_diagnostics; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  324 |         return two_t_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  325 |                                                           time, time_deltas, lb_time,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  326 |                                                           window, restart_period, min_df, used_df, check_wts,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:355:73:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_diagnostics; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  355 |         return two_t_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  356 |                                                                          time, time_deltas, lb_time,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                          window, restart_period,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                          min_df, used_df, na_rm, check_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                          variable_win, wts_as_delta, normalize_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                          check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:403:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_diagnostics; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  403 |                             return two_t_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:249:75:   required from here
  249 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_regression_diagnostics>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  250 |                                                                            wins, restart_period, min_df, used_df,
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  251 |                                                                            na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_diagnostics; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:329:55:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_diagnostics; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  329 |     return two_t_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  330 |                                                        time, time_deltas, lb_time,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  331 |                                                        window, restart_period, min_df, used_df, check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  332 |                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:355:73:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_diagnostics; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  355 |         return two_t_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  356 |                                                                          time, time_deltas, lb_time,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                          window, restart_period,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                          min_df, used_df, na_rm, check_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                          variable_win, wts_as_delta, normalize_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                          check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:403:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_diagnostics; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  403 |                             return two_t_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:249:75:   required from here
  249 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_regression_diagnostics>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  250 |                                                                            wins, restart_period, min_df, used_df,
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  251 |                                                                            na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_diagnostics; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:324:58:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_diagnostics; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  324 |         return two_t_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  325 |                                                           time, time_deltas, lb_time,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  326 |                                                           window, restart_period, min_df, used_df, check_wts,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:363:70:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_diagnostics; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  363 |     return two_t_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  364 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                       window, restart_period,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                       min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                       variable_win, wts_as_delta, normalize_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                       check_negative_moments);
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:403:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_diagnostics; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  403 |                             return two_t_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:249:75:   required from here
  249 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_regression_diagnostics>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  250 |                                                                            wins, restart_period, min_df, used_df,
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  251 |                                                                            na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_t_running.h: In instantiation of 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_diagnostics; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]':
two_t_running.h:329:55:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_diagnostics; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  329 |     return two_t_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  330 |                                                        time, time_deltas, lb_time,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  331 |                                                        window, restart_period, min_df, used_df, check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  332 |                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:363:70:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_diagnostics; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  363 |     return two_t_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  364 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                       window, restart_period,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                       min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                       variable_win, wts_as_delta, normalize_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                       check_negative_moments);
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:403:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_regression_diagnostics; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  403 |                             return two_t_runQMCurryOne<NumericVector,retwhat>(as<NumericVector>(v), vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  404 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:249:75:   required from here
  249 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_regression_diagnostics>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  250 |                                                                            wins, restart_period, min_df, used_df,
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  251 |                                                                            na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:140:15: warning: unused variable 'ord' [-Wunused-variable]
  140 |     const int ord = 2;
      |               ^~~
two_t_running.h:169:9: warning: unused variable 'iii' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |         ^~~
two_t_running.h:169:13: warning: unused variable 'jjj' [-Wunused-variable]
  169 |     int iii,jjj,lll,tr_iii,tr_jjj;
      |             ^~~
two_t_running.h:189:9: warning: unused variable 'mmm' [-Wunused-variable]
  189 |     int mmm;
      |         ^~~
two_welford.h: In instantiation of 'TwoWelford<W, has_wts, na_rm>& TwoWelford<W, has_wts, na_rm>::add_one(double, double, W) [with W = double; bool has_wts = true; bool na_rm = true]':
two_t_running.h:272:30:   required from 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  272 |                 frets.add_one(nextv,nextvv,nextw);
      |                 ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
two_t_running.h:324:58:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  324 |         return two_t_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  325 |                                                           time, time_deltas, lb_time,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  326 |                                                           window, restart_period, min_df, used_df, check_wts,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:355:73:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  355 |         return two_t_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  356 |                                                                          time, time_deltas, lb_time,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                          window, restart_period,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                          min_df, used_df, na_rm, check_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                          variable_win, wts_as_delta, normalize_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                          check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:396:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  396 |                             return two_t_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  397 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:126:64:   required from here
  126 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_correlation>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  127 |                                                                 wins, restart_period, min_df, used_df,
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  128 |                                                                 na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:214:25: warning: variable 'wtA' set but not used [-Wunused-but-set-variable]
  214 |                    wtD, wtA;
      |                         ^~~
two_welford.h: In instantiation of 'TwoWelford<W, has_wts, na_rm>& TwoWelford<W, has_wts, na_rm>::rem_one(double, double, W) [with W = double; bool has_wts = true; bool na_rm = true]':
two_t_running.h:280:34:   required from 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  280 |                     frets.rem_one(prevv,prevvv,prevw);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
two_t_running.h:324:58:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  324 |         return two_t_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  325 |                                                           time, time_deltas, lb_time,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  326 |                                                           window, restart_period, min_df, used_df, check_wts,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:355:73:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  355 |         return two_t_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  356 |                                                                          time, time_deltas, lb_time,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                          window, restart_period,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                          min_df, used_df, na_rm, check_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                          variable_win, wts_as_delta, normalize_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                          check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:396:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  396 |                             return two_t_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  397 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:126:64:   required from here
  126 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_correlation>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  127 |                                                                 wins, restart_period, min_df, used_df,
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  128 |                                                                 na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:267:25: warning: variable 'wtA' set but not used [-Wunused-but-set-variable]
  267 |                    wtD, wtA;
      |                         ^~~
two_welford.h: In instantiation of 'TwoWelford<W, has_wts, na_rm>& TwoWelford<W, has_wts, na_rm>::add_one(double, double, W) [with W = double; bool has_wts = true; bool na_rm = false]':
two_t_running.h:272:30:   required from 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  272 |                 frets.add_one(nextv,nextvv,nextw);
      |                 ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
two_t_running.h:329:55:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  329 |     return two_t_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  330 |                                                        time, time_deltas, lb_time,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  331 |                                                        window, restart_period, min_df, used_df, check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  332 |                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:355:73:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  355 |         return two_t_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  356 |                                                                          time, time_deltas, lb_time,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                          window, restart_period,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                          min_df, used_df, na_rm, check_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                          variable_win, wts_as_delta, normalize_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                          check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:396:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  396 |                             return two_t_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  397 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:126:64:   required from here
  126 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_correlation>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  127 |                                                                 wins, restart_period, min_df, used_df,
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  128 |                                                                 na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:214:25: warning: variable 'wtA' set but not used [-Wunused-but-set-variable]
  214 |                    wtD, wtA;
      |                         ^~~
two_welford.h: In instantiation of 'TwoWelford<W, has_wts, na_rm>& TwoWelford<W, has_wts, na_rm>::rem_one(double, double, W) [with W = double; bool has_wts = true; bool na_rm = false]':
two_t_running.h:280:34:   required from 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  280 |                     frets.rem_one(prevv,prevvv,prevw);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
two_t_running.h:329:55:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  329 |     return two_t_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  330 |                                                        time, time_deltas, lb_time,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  331 |                                                        window, restart_period, min_df, used_df, check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  332 |                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:355:73:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  355 |         return two_t_runQMCurryZero<T,retwhat,NumericVector,double,true>(v, vv, wts.get(),
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  356 |                                                                          time, time_deltas, lb_time,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                                                                          window, restart_period,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
  358 |                                                                          min_df, used_df, na_rm, check_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                                                                          variable_win, wts_as_delta, normalize_wts,
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  360 |                                                                          check_negative_moments);
      |                                                                          ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:396:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  396 |                             return two_t_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  397 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:126:64:   required from here
  126 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_correlation>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  127 |                                                                 wins, restart_period, min_df, used_df,
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  128 |                                                                 na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:267:25: warning: variable 'wtA' set but not used [-Wunused-but-set-variable]
  267 |                    wtD, wtA;
      |                         ^~~
two_welford.h: In instantiation of 'TwoWelford<W, has_wts, na_rm>& TwoWelford<W, has_wts, na_rm>::add_one(double, double, W) [with W = double; bool has_wts = false; bool na_rm = true]':
two_t_running.h:272:30:   required from 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  272 |                 frets.add_one(nextv,nextvv,nextw);
      |                 ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
two_t_running.h:324:58:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  324 |         return two_t_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  325 |                                                           time, time_deltas, lb_time,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  326 |                                                           window, restart_period, min_df, used_df, check_wts,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:363:70:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  363 |     return two_t_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  364 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                       window, restart_period,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                       min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                       variable_win, wts_as_delta, normalize_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                       check_negative_moments);
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:396:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  396 |                             return two_t_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  397 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:126:64:   required from here
  126 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_correlation>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  127 |                                                                 wins, restart_period, min_df, used_df,
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  128 |                                                                 na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:214:25: warning: variable 'wtA' set but not used [-Wunused-but-set-variable]
  214 |                    wtD, wtA;
      |                         ^~~
two_welford.h: In instantiation of 'TwoWelford<W, has_wts, na_rm>& TwoWelford<W, has_wts, na_rm>::rem_one(double, double, W) [with W = double; bool has_wts = false; bool na_rm = true]':
two_t_running.h:280:34:   required from 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = true; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  280 |                     frets.rem_one(prevv,prevvv,prevw);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
two_t_running.h:324:58:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  324 |         return two_t_runQM<T,retwhat,W,oneW,has_wts,true>(v, vv, wts,
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  325 |                                                           time, time_deltas, lb_time,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  326 |                                                           window, restart_period, min_df, used_df, check_wts,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327 |                                                           variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:363:70:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  363 |     return two_t_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  364 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                       window, restart_period,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                       min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                       variable_win, wts_as_delta, normalize_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                       check_negative_moments);
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:396:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  396 |                             return two_t_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  397 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:126:64:   required from here
  126 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_correlation>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  127 |                                                                 wins, restart_period, min_df, used_df,
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  128 |                                                                 na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:267:25: warning: variable 'wtA' set but not used [-Wunused-but-set-variable]
  267 |                    wtD, wtA;
      |                         ^~~
two_welford.h: In instantiation of 'TwoWelford<W, has_wts, na_rm>& TwoWelford<W, has_wts, na_rm>::add_one(double, double, W) [with W = double; bool has_wts = false; bool na_rm = false]':
two_t_running.h:272:30:   required from 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  272 |                 frets.add_one(nextv,nextvv,nextw);
      |                 ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
two_t_running.h:329:55:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  329 |     return two_t_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  330 |                                                        time, time_deltas, lb_time,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  331 |                                                        window, restart_period, min_df, used_df, check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  332 |                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:363:70:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  363 |     return two_t_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  364 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                       window, restart_period,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                       min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                       variable_win, wts_as_delta, normalize_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                       check_negative_moments);
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:396:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  396 |                             return two_t_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  397 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:126:64:   required from here
  126 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_correlation>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  127 |                                                                 wins, restart_period, min_df, used_df,
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  128 |                                                                 na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:214:25: warning: variable 'wtA' set but not used [-Wunused-but-set-variable]
  214 |                    wtD, wtA;
      |                         ^~~
two_welford.h: In instantiation of 'TwoWelford<W, has_wts, na_rm>& TwoWelford<W, has_wts, na_rm>::rem_one(double, double, W) [with W = double; bool has_wts = false; bool na_rm = false]':
two_t_running.h:280:34:   required from 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  280 |                     frets.rem_one(prevv,prevvv,prevw);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
two_t_running.h:329:55:   required from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  329 |     return two_t_runQM<T,retwhat,W,oneW,has_wts,false>(v, vv, wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  330 |                                                        time, time_deltas, lb_time,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  331 |                                                        window, restart_period, min_df, used_df, check_wts,
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  332 |                                                        variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:363:70:   required from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>]'
  363 |     return two_t_runQMCurryZero<T,retwhat,NumericVector,double,false>(v, vv, dummy_wts,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  364 |                                                                       time, time_deltas, lb_time,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                                                                       window, restart_period,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
  366 |                                                                       min_df, used_df, na_rm, check_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                                                                       variable_win, wts_as_delta, normalize_wts,
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                                                                       check_negative_moments);
      |                                                                       ~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:396:78:   required from 'Rcpp::NumericMatrix two_t_runQMCurryTwo(SEXP, SEXP, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with ReturnWhat retwhat = ret_correlation; Rcpp::NumericMatrix = Rcpp::Matrix<14>; SEXP = SEXPREC*]'
  396 |                             return two_t_runQMCurryOne<IntegerVector,retwhat>(v, vv, wts,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  397 |                                                                               time, time_deltas, lb_time,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398 |                                                                               window, restart_period, min_df, used_df, na_rm, check_wts,
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  399 |                                                                               variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.cpp:126:64:   required from here
  126 |     NumericMatrix preval = two_t_runQMCurryTwo<ret_correlation>(x, y, wts, time, time_deltas, lb_time,
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  127 |                                                                 wins, restart_period, min_df, used_df,
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  128 |                                                                 na_rm, check_wts, variable_win, wts_as_delta, normalize_wts, check_negative_moments);
      |                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:267:25: warning: variable 'wtA' set but not used [-Wunused-but-set-variable]
  267 |                    wtD, wtA;
      |                         ^~~
two_welford.h: In instantiation of 'TwoWelford<W, has_wts, na_rm>& TwoWelford<W, has_wts, na_rm>::add_one(double, double, W) [with W = int; bool has_wts = true; bool na_rm = true]':
two_welford.h:466:22:   required from 'void add_many(TwoWelford<oneW, has_wts, na_rm>&, T, T, W, int, int, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<13>; oneW = int; bool has_wts = true; bool na_rm = true]'
  466 |         frets.add_one(v[iii],vv[iii],nextwt);
      |         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:478:37:   required from 'TwoWelford<oneW, has_wts, na_rm> quasiWeightedThing(T, T, W, int, int, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<13>; oneW = int; bool has_wts = true; bool na_rm = true]'
  478 |     add_many<T,W,oneW,has_wts,na_rm>(frets,v,vv,wts,bottom,top,check_wts);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:506:86:   required from 'Rcpp::NumericVector quasiWeightedMoments(T, T, W, 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>]'
  506 |     TwoWelford<oneW,has_wts,na_rm> irets = quasiWeightedThing<T,W,oneW,has_wts,na_rm>(v,vv,wts,bottom,top,check_wts);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:533:59:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, T, W, 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>]'
  533 |         return quasiWeightedMoments<T,W,oneW,has_wts,true>(v, vv, wts, bottom, top, check_wts, normalize_wts);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:550:91:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, T, SEXP, bool, bool, bool) [with T = Rcpp::Vector<13>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]'
  550 |             case  INTSXP: { return quasiWeightedMomentsCurryZero<T,IntegerVector,int,true>(v, vv, wts, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:570:79:   required from here
  570 |             case  INTSXP: { return quasiWeightedMomentsCurryOne<IntegerVector>(v, vv, wts, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:214:25: warning: variable 'wtA' set but not used [-Wunused-but-set-variable]
  214 |                    wtD, wtA;
      |                         ^~~
two_welford.h: In instantiation of 'TwoWelford<W, has_wts, na_rm>& TwoWelford<W, has_wts, na_rm>::add_one(double, double, W) [with W = int; bool has_wts = true; bool na_rm = false]':
two_welford.h:466:22:   required from 'void add_many(TwoWelford<oneW, has_wts, na_rm>&, T, T, W, int, int, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<13>; oneW = int; bool has_wts = true; bool na_rm = false]'
  466 |         frets.add_one(v[iii],vv[iii],nextwt);
      |         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:478:37:   required from 'TwoWelford<oneW, has_wts, na_rm> quasiWeightedThing(T, T, W, int, int, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<13>; oneW = int; bool has_wts = true; bool na_rm = false]'
  478 |     add_many<T,W,oneW,has_wts,na_rm>(frets,v,vv,wts,bottom,top,check_wts);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:506:86:   required from 'Rcpp::NumericVector quasiWeightedMoments(T, T, W, 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>]'
  506 |     TwoWelford<oneW,has_wts,na_rm> irets = quasiWeightedThing<T,W,oneW,has_wts,na_rm>(v,vv,wts,bottom,top,check_wts);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:536:56:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, T, W, 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>]'
  536 |     return quasiWeightedMoments<T,W,oneW,has_wts,false>(v, vv, wts, bottom, top, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:550:91:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, T, SEXP, bool, bool, bool) [with T = Rcpp::Vector<13>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]'
  550 |             case  INTSXP: { return quasiWeightedMomentsCurryZero<T,IntegerVector,int,true>(v, vv, wts, 0, -1, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:570:79:   required from here
  570 |             case  INTSXP: { return quasiWeightedMomentsCurryOne<IntegerVector>(v, vv, wts, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:214:25: warning: variable 'wtA' set but not used [-Wunused-but-set-variable]
  214 |                    wtD, wtA;
      |                         ^~~
two_welford.h: In instantiation of 'TwoWelford<W, has_wts, na_rm>& TwoWelford<W, has_wts, na_rm>::add_one(double, double, W) [with W = int; bool has_wts = false; bool na_rm = true]':
two_welford.h:466:22:   required from 'void add_many(TwoWelford<oneW, has_wts, na_rm>&, T, T, W, int, int, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = int; bool has_wts = false; bool na_rm = true]'
  466 |         frets.add_one(v[iii],vv[iii],nextwt);
      |         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:478:37:   required from 'TwoWelford<oneW, has_wts, na_rm> quasiWeightedThing(T, T, W, int, int, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = int; bool has_wts = false; bool na_rm = true]'
  478 |     add_many<T,W,oneW,has_wts,na_rm>(frets,v,vv,wts,bottom,top,check_wts);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:506:86:   required from 'Rcpp::NumericVector quasiWeightedMoments(T, T, W, 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>]'
  506 |     TwoWelford<oneW,has_wts,na_rm> irets = quasiWeightedThing<T,W,oneW,has_wts,na_rm>(v,vv,wts,bottom,top,check_wts);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:533:59:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, T, W, 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>]'
  533 |         return quasiWeightedMoments<T,W,oneW,has_wts,true>(v, vv, wts, bottom, top, check_wts, normalize_wts);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:558:68:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, T, SEXP, bool, bool, bool) [with T = Rcpp::Vector<13>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]'
  558 |     return quasiWeightedMomentsCurryZero<T,NumericVector,int,false>(v, vv, dummy_wts, 0, -1, na_rm, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:570:79:   required from here
  570 |             case  INTSXP: { return quasiWeightedMomentsCurryOne<IntegerVector>(v, vv, wts, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:214:25: warning: variable 'wtA' set but not used [-Wunused-but-set-variable]
  214 |                    wtD, wtA;
      |                         ^~~
two_welford.h: In instantiation of 'TwoWelford<W, has_wts, na_rm>& TwoWelford<W, has_wts, na_rm>::add_one(double, double, W) [with W = int; bool has_wts = false; bool na_rm = false]':
two_welford.h:466:22:   required from 'void add_many(TwoWelford<oneW, has_wts, na_rm>&, T, T, W, int, int, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = int; bool has_wts = false; bool na_rm = false]'
  466 |         frets.add_one(v[iii],vv[iii],nextwt);
      |         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:478:37:   required from 'TwoWelford<oneW, has_wts, na_rm> quasiWeightedThing(T, T, W, int, int, bool) [with T = Rcpp::Vector<13>; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = int; bool has_wts = false; bool na_rm = false]'
  478 |     add_many<T,W,oneW,has_wts,na_rm>(frets,v,vv,wts,bottom,top,check_wts);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:506:86:   required from 'Rcpp::NumericVector quasiWeightedMoments(T, T, W, 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>]'
  506 |     TwoWelford<oneW,has_wts,na_rm> irets = quasiWeightedThing<T,W,oneW,has_wts,na_rm>(v,vv,wts,bottom,top,check_wts);
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:536:56:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryZero(T, T, W, 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>]'
  536 |     return quasiWeightedMoments<T,W,oneW,has_wts,false>(v, vv, wts, bottom, top, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:558:68:   required from 'Rcpp::NumericVector quasiWeightedMomentsCurryOne(T, T, SEXP, bool, bool, bool) [with T = Rcpp::Vector<13>; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>; SEXP = SEXPREC*]'
  558 |     return quasiWeightedMomentsCurryZero<T,NumericVector,int,false>(v, vv, dummy_wts, 0, -1, na_rm, check_wts, normalize_wts);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:570:79:   required from here
  570 |             case  INTSXP: { return quasiWeightedMomentsCurryOne<IntegerVector>(v, vv, wts, na_rm, check_wts, normalize_wts); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_welford.h:214:25: warning: variable 'wtA' set but not used [-Wunused-but-set-variable]
  214 |                    wtD, wtA;
      |                         ^~~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true]':
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false]':
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true]':
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false]':
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance_matrix; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true]':
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance_matrix; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false]':
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance_matrix; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true]':
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance_matrix; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false]':
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_diagnostics; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true]':
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_diagnostics; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false]':
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_diagnostics; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true]':
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_diagnostics; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false]':
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_diagnostics; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = false]',
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_diagnostics; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false]' at two_t_running.h:332:121,
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_diagnostics]' at two_t_running.h:368:93:
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_diagnostics]':
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_diagnostics; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = true]',
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_diagnostics; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false]' at two_t_running.h:327:124,
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_diagnostics]' at two_t_running.h:368:93:
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_diagnostics]':
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_diagnostics; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = false]',
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_diagnostics; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false]' at two_t_running.h:332:121,
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_diagnostics]' at two_t_running.h:368:93:
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_diagnostics]':
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_diagnostics; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = true]',
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_diagnostics; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false]' at two_t_running.h:327:124,
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_diagnostics]' at two_t_running.h:368:93:
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_diagnostics]':
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_fit; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = false]':
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_fit; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = true]':
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_fit; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false]',
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_fit; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true]' at two_t_running.h:332:121,
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_fit]' at two_t_running.h:360:96:
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_fit]':
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_fit; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true]',
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_fit; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true]' at two_t_running.h:327:124,
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_fit]' at two_t_running.h:360:96:
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_fit]':
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_fit; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = false]':
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_fit; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = true]':
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_fit; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false]',
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_fit; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true]' at two_t_running.h:332:121,
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_fit]' at two_t_running.h:360:96:
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_fit]':
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_fit; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true]',
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_fit; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true]' at two_t_running.h:327:124,
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_fit]' at two_t_running.h:360:96:
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_fit]':
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_intercept; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = false]':
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_intercept; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = true]':
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_intercept; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false]',
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_intercept; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true]' at two_t_running.h:332:121,
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_intercept]' at two_t_running.h:360:96:
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_intercept]':
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_intercept; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true]',
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_intercept; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true]' at two_t_running.h:327:124,
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_intercept]' at two_t_running.h:360:96:
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_intercept]':
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_intercept; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = false]':
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_intercept; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = true]':
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_intercept; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false]',
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_intercept; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true]' at two_t_running.h:332:121,
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_intercept]' at two_t_running.h:360:96:
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_intercept]':
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_intercept; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true]',
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_intercept; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true]' at two_t_running.h:327:124,
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_intercept]' at two_t_running.h:360:96:
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_intercept]':
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_slope; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = false]':
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_slope; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = true]':
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_slope; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false]',
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_slope; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true]' at two_t_running.h:332:121,
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_slope]' at two_t_running.h:360:96:
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_slope]':
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_slope; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true]',
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_slope; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true]' at two_t_running.h:327:124,
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_slope]' at two_t_running.h:360:96:
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_regression_slope]':
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_slope; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = false]':
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_slope; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = true]':
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_slope; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false]',
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_slope; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true]' at two_t_running.h:332:121,
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_slope]' at two_t_running.h:360:96:
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_slope]':
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_slope; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true]',
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_slope; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true]' at two_t_running.h:327:124,
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_slope]' at two_t_running.h:360:96:
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_regression_slope]':
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance_matrix; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = false]',
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance_matrix; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false]' at two_t_running.h:332:121,
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance_matrix]' at two_t_running.h:368:93:
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance_matrix]':
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance_matrix; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = true]',
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance_matrix; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false]' at two_t_running.h:327:124,
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance_matrix]' at two_t_running.h:368:93:
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance_matrix]':
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance_matrix; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = false]',
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance_matrix; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false]' at two_t_running.h:332:121,
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance_matrix]' at two_t_running.h:368:93:
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance_matrix]':
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance_matrix; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = true]',
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance_matrix; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false]' at two_t_running.h:327:124,
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance_matrix]' at two_t_running.h:368:93:
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance_matrix]':
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = false]',
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false]' at two_t_running.h:332:121,
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance]' at two_t_running.h:368:93:
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance]':
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = true]',
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false]' at two_t_running.h:327:124,
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance]' at two_t_running.h:368:93:
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_covariance]':
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = false]',
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false]' at two_t_running.h:332:121,
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance]' at two_t_running.h:368:93:
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance]':
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = true]',
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false]' at two_t_running.h:327:124,
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance]' at two_t_running.h:368:93:
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_covariance]':
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = false]':
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = true]':
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false]',
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true]' at two_t_running.h:332:121,
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_correlation]' at two_t_running.h:360:96:
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_correlation]':
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true]',
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true]' at two_t_running.h:327:124,
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_correlation]' at two_t_running.h:360:96:
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; ReturnWhat retwhat = ret_correlation]':
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = false]':
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = false; bool na_rm = true]':
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = false]',
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true]' at two_t_running.h:332:121,
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation]' at two_t_running.h:360:96:
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation]':
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
In function 'Rcpp::NumericMatrix two_t_runQM(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true; bool na_rm = true]',
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryZero(T, T, W, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation; W = Rcpp::Vector<14, Rcpp::PreserveStorage>; oneW = double; bool has_wts = true]' at two_t_running.h:327:124,
    inlined from 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation]' at two_t_running.h:360:96:
two_t_running.h:238:29: warning: 't0' may be used uninitialized [-Wmaybe-uninitialized]
  238 |         if ((prev_tf <= t0) || (frets.subcount() >= recom_period)) {
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
two_t_running.h: In function 'Rcpp::NumericMatrix two_t_runQMCurryOne(T, T, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >, double, int, int, double, bool, bool, bool, bool, bool, bool) [with T = Rcpp::Vector<13>; ReturnWhat retwhat = ret_correlation]':
two_t_running.h:182:15: note: 't0' was declared here
  182 |     double tf,t0;
      |               ^~
g++ -std=gnu++17 -shared -s -static-libgcc -o fromo.dll tmp.def RcppExports.o common.o fromo.o running.o runningmean.o t_running.o t_runningmean.o two_running.o two_t_running.o -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.5.3/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2026_09_19_01_50_00_21847/RtmporjIry/R.INSTALL8cd042ab108d/fromo/src'
make[1]: Entering directory '/d/temp/2026_09_19_01_50_00_21847/RtmporjIry/R.INSTALL8cd042ab108d/fromo/src'
make[1]: Leaving directory '/d/temp/2026_09_19_01_50_00_21847/RtmporjIry/R.INSTALL8cd042ab108d/fromo/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-fromo/00new/fromo/libs/x64
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* MD5 sums
packaged installation of 'fromo' as fromo_0.2.5.zip
* DONE (fromo)