Moving Window Slopes
Trying to compute slopes in a moving window. Y = MovAvg25X = CounterObjective is the computation of least square slopes for any row in the data for a moving (sliding) window size of 150 pts.I believe function of Index(Row()-149, Row()+0) is correctly describing the moving window (this is before I realized that JMP13 has a moving window function built in, I can use that too) ....Overall data conta...