I would like to create an algorithm in C # that implements a chi-square distribution. I
I found many implementations on the Internet, but they all use a lot of frameworks, and I would like for something to be easier for a project in school.
How can I do that?
source
share