Closed GoogleCodeExporter closed 9 years ago
Thanks for the suggestion! The new functions would indeed be nice. But for the
time being, please let me know if any of those two ideas would also work for
you:
1) The NormalDistribution has a static property named Standard. So if you need
you can call NormalDistribution.Standard.DistributionFunction(z) passing your
z-score without the need for computing var x = z * std + mean beforehand.
2) Alternatively, there is also the Accord.Math.Normal class which provides raw
access to some of the Phi functions (normal distribution functions) directly.
They accept z-scores directly and do not perform any extra transformations.
Hope it helps!
Original comment by cesarso...@gmail.com
on 11 Sep 2013 at 5:52
Thanks, option 2 worked perfectly!
PS. THANKS FOR THE LIBRARY!!! I starting using your library for the first time
yesterday and I was able to implement a complex algorithm from start to finish
in under 6 hours and in less than 100 lines of code! That felt great!
Original comment by Tristen....@gmail.com
on 12 Sep 2013 at 1:42
I am glad you got it working! I also hope the framework can continue being
useful for your needs! :-)
If you need further help, please open a new ticket, or visit the project forums.
Original comment by cesarso...@gmail.com
on 13 Sep 2013 at 2:48
Original issue reported on code.google.com by
Tristen....@gmail.com
on 11 Sep 2013 at 2:39