SciSharp / NumSharp

High Performance Computation for N-D Tensors in .NET, similar API to NumPy.
https://github.com/SciSharp
Apache License 2.0
1.34k stars 187 forks source link

Normal disttribution in NumSharp #481

Open rthota90 opened 1 year ago

rthota90 commented 1 year ago

Hi,

I am looking for a solution to do normal distributions NORM.S.INV, NORM.S.DIST in C# .NET. Is it possible to achieve using NumSharp? If so How?