Run Bivariate and Export Predicteds to Vector
All- I want to run a script that runs a bivariate fit and save the predicteds to a vector. Also I want to avoid showing the bivariate window.I am going to use the predicteds in additional computation and I don't want to save them to the data table. Here is what I have so far and it is not working:dt = Current Data Table();
kernelSmoother = Bivariate( Y( :Gas Rate ), X( :Days ), Kernel Smoother( 1
...