FSharp.Stats
FSharp.Stats copied to clipboard
[Feature Request] Improve type consistency
Is your feature request related to a problem? Please describe. Many functions lack collection type consistency, eg. array as parameter vector as return type. E.g. FSharp.Stats.Filtering.savitzky_golay.
Describe the solution you'd like Refactoring of functions to avoid unnessesary collection conversions.