⛷️
Software Engineer
-
International Ski and Snowboard Federation
- Hünibach, Switzerland
-
07:02
(UTC +01:00)
Pinned Loading
-
Excel TREND Function in C#
Excel TREND Function in C# 1public static class StatisticalCalculation
2{
3public static double Trend(IEnumerable<double> knownYValues, IEnumerable<double> knownXValues, double newX)
4{
5var line = LineByLeastSquares(knownYValues, knownXValues);
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.