Displaying 1 result from an estimated 1 matches for "wmax".
Did you mean:
max
2011 Nov 10
1
efpFunctional construction (strucchange package)
Hello,
to understand better how efpFunctional works, I'm trying to construct my own
functionals. But concerning already existing functionals I have some
questions. With maxBB it is clear:
functional = list(comp = function(x) max(abs(x)), time = max),
with rangeBB:
functional = list(time = function(x) max(x)-min(x), comp = max),
with meanL2BB, if I understood correctly:
functional =