created wrapper for problematic functions
Problematic functions, all these still chad a set_flags
or similar problematic parameter:
-
assignChangePointCluster
(affectedcorrectOffset
,flagChangePoints
,flagJumps
) -
assignRegimeAnomaly
(affectedcorrectOffset
,flagRegimeAnomaly
) -
fitPolynomial
(affectedcalculatePolynomialResidues
) -
roll
(affectedcalculateRollingResidues
) calculatePolynomialResidues
calculateRollingResidues
each of them are now private functions with a wrapper called like the problematic function was called before
Edited by Bert Palm