I have a system that generates a linear trend value based on a single array of inputs.
Inputs
10
5
15
20
The outputs it gives me are:
6.5
10.5
14.5
18.5
I've no way of getting to see the actual calculation the system uses for this, so, that's my question - how do I manually calculate the output figures?
Should this be posted in Technical?
Cheers
Inputs
10
5
15
20
The outputs it gives me are:
6.5
10.5
14.5
18.5
I've no way of getting to see the actual calculation the system uses for this, so, that's my question - how do I manually calculate the output figures?
Should this be posted in Technical?
Cheers
Comment