Results 49 comments of Boris Yankov

That is a nice suggestion. Haven't written a TypeScript definition file for a while. 😄

@codingarmadillo Do you still have this issue?

I agree with the decision, I was thinking about this as well. Will happily accept a PR.

You are absolutely correct. I have messed up something. What I am calculating under 'mean' is 'midRange'. I'll rename it, will add mean as an alias to average, and will...

I think the issue you are having is that `.pop()` does not create a new array, and thus the component is not initialized. You can create a new array with...

I haven't used Vue.js but maybe it is a good reason to learn it? Will keep it in mind.

I wonder if some requests succeed and others fail or is it always fail?

The median was definitely wrong. Did add some tests for it and a fix. Try it now.

Added another test using your sample data and the result verified against Excel's median function is correct.

I will look into it and release a fix.