I\'m calculating linear regressions based on a data set. I do not know the regression model or number of parameters at compile-time.
I\'m storing the regression equa
You could write a CLR stored procedure that still uses NCalc to do the calculation.