gfoidl / Stochastics

Stochastic tools, distrubution, analysis
MIT License
3 stars 0 forks source link

Optimize Mean #13

Closed gfoidl closed 6 years ago

gfoidl commented 6 years ago

Mean / average relies on Linq's implementation. It can be optimized to use SIMD / parallelization.

Mean is used by other methods, so an optimization should enhance all other methods too.

gfoidl commented 6 years ago

See also https://github.com/gfoidl/Stochastics/issues/14#issuecomment-357504502 Maybe this can be combined.

gfoidl commented 6 years ago

https://github.com/gfoidl/Stochastics/issues/13#issuecomment-358120526 will be addressed in a separate PR.