Hello.
[EDIT w/ cleaner examples]
i am trying to return the average from 4 numbers. using this code
<>Y values
is 4 numbers. 5,2,1,0 as seen here but i get a weird number
I also get this value returned when i divide the sum of list Yvalues by the length of list Yvalues
what’s going on here.
am i doing something wrong?
This is the entire code. I insert a list of y values as is seen in the example above. the rest of the code should produce two data points. a start and end point for a trend line.
when i run the whole code, <>m and <>b return as NaN.