Skip to content

created wrapper for problematic functions

Bert Palm requested to merge cleanProblematicFunctions into develop

Problematic functions, all these still chad a set_flags or similar problematic parameter:

  • assignChangePointCluster (affected correctOffset, flagChangePoints, flagJumps)
  • assignRegimeAnomaly (affected correctOffset, flagRegimeAnomaly)
  • fitPolynomial (affected calculatePolynomialResidues)
  • roll (affected calculateRollingResidues)
  • calculatePolynomialResidues
  • calculateRollingResidues

each of them are now private functions with a wrapper called like the problematic function was called before

Edited by Bert Palm

Merge request reports