Numerics is a free and open-source library for .NET developed by USACE-RMC, providing a comprehensive set of methods and algorithms for numerical computations and statistical analysis.
When testing the median for ChiSquared and when I looked on the wiki for the formulas I didn't find anything about the median always being equal to ICDF(0.5). Is this the right equation?
Yes, the median is the 50-th percentile of the distribution. Sometimes it has a nice, closed-form expression. Otherwise, you can always get it from the InverseCDF at 0.5.
When testing the median for ChiSquared and when I looked on the wiki for the formulas I didn't find anything about the median always being equal to ICDF(0.5). Is this the right equation?
k(1-(2/9k))^3 where k is the degrees of freedom