Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
That is what the user is inherently doing. The issue seems to be to how to accurately write a
nUnit test to test the accuracy of the created distribution. My simpleton unit tests only checked
for minimum and maximum bounds of the return value.
Good point. However, how would you write a unit test to test a gaussian (normal) distribution?
I would be very intested in seeing your approach using nUnit.
Would you be willing to share?
Thanks for the message.
What do you mean by distribution? Statistical distribution.
It is NOT required to solve this Kata as the statistical distribution is
acheived by correctly solving the Kata and passing the unit tests.