Frederik Z.

Results 29 comments of Frederik Z.

I agree that the median is useful. Would you like to implement it and create a pull request?

Someone created a pull request for a percentile option: #55 This would cover the median as the 50th percentile. You may want to provide your input there as well.

I assume this is meant to address #54 in a more general way, since the median is the 50th percentile, or was this PR an independent initiative? I agree that...

The output probably needs a label, analogous to the "Average: " label for -avg. The question is if we need a short option as well. I'm not sure how people...

I assume this would be done using the Moore-Penrose pseudoinverse. In this case, this issue is probably a duplicate of #146.

The first one (tail recursion) is the Scheme programmer's approach; the second one (a loop) is the Algol programmer's approach. I believe the APL programmer's approach to iteration (if the...

> I believe ivy should work the way APL does. I agree. APL is deliberately simple: Parentheses bind first. Stranding (juxtaposition) binds next. Everything else is evaluated right-to-left, i.e. there...

The rest looks fine. If the regexp change is reverted, I would merge this.

The rest of the changes is ok.