A Statistics library written in C#
I'll be adding more distributions down the line, so far the ones I do have will be documented in the Wiki
- Test extreme cases in Simple Linear Model implementation
- Work on more Samples based on Distributions
- Work on MultiLinear Models, will need to add ViF, AIC, BIC, AICc, R^2 Adj.
- Transformations
- Find a cleaner way to implement ChiSquared Statistic and Probability
- Eventually make distributions that allow custom input so people can extrapolate on their sample by assuming a certain distribution
- Update Wiki