markrogoyski / math-php

Powerful modern math library for PHP: Features descriptive statistics and regressions; Continuous and discrete probability distributions; Linear algebra with matrices and vectors, Numerical analysis; special mathematical functions; Algebra
MIT License
2.33k stars 239 forks source link

Applied Math Topics? #126

Closed jakobsandberg closed 8 years ago

jakobsandberg commented 8 years ago

What do you all think about extending to topics such as Financial Mathematics? As I'm working on the Numerical Analysis topics, I keep thinking how these techniques could easily be applied to topics such as Financial Engineering and Financial Economics.

Or, are we trying to keep this strictly mathematical?

markrogoyski commented 8 years ago

I think it is a great idea. If it involves numbers and operations on them, it's math.

I was planning on doing some basic financial stuff like compounding interest and stuff. I've already implemented moving averages which are used a lot in stock trading. It sounds like you might be talking about more advanced applied stuff like what is described here: https://en.wikipedia.org/wiki/Mathematical_finance I think all of that would be a great to have.