"Jaroslav Hajek" <[EMAIL PROTECTED]> writes:
[...] > > Just out of curiosity, what use is "cumulative p-norm" for? > Oh, was that to me? As in, why do I want a cummax? There have been several separate issues that all hinged on this recently. The most recent is when I wanted to take a function f(x), and make it a monotically increasing function, by replacing all values following a maximum by max(maximum,value). Many other problems can be solved if I had a cummax, for example, (1) making a function strictly ascending (> instead of >=)>, (2) making a vector of integers unique by changing the conflicting ones by just the minimal amount needed, yet keeping the ordering (<=) unaffected.. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
