fslaborg / FSharp.Stats

statistical testing, linear algebra, machine learning, fitting and signal processing in F#
https://fslab.org/FSharp.Stats/
Other
205 stars 54 forks source link

[Feature Request] Vector.linspace #235

Closed kMutagene closed 1 year ago

kMutagene commented 1 year ago

Is your feature request related to a problem? Please describe. numpy.linspace (https://numpy.org/doc/stable/reference/generated/numpy.linspace.html) - a function creating a evenly spaced vector in a specified range - is used in every python tutorial/blogpost ever. Adding this simple function would reduce boilerplate code needed to translate such samples

Describe the solution you'd like a function Vector.linspace

Describe alternatives you've considered meh

bvenn commented 1 year ago

WIP