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] geometric space #252

Closed DoganCK closed 1 year ago

DoganCK commented 1 year ago

Is your feature request related to a problem? Please describe. np.geomspace is quite useful when working with non-linear distributions.

Describe the solution you'd like I'll implement this in a similar fashion to the linspace implementation #251