Hi All,
I was wondering if it is possible to manually calculate the X Variable Coefficient that is the output when the Excel LINEST function is used AND the const parameter is set to TRUE? I'm working inside an application that cannot interface with another program/application such as Excel or other. The application I'm working in can do basic SLOPE, Yintercept and Correlation functions but no functions are available to match the LINESTR with const = TRUE.
If const is set to TRUE then the coefficient = 0.000133633
If set to FALSE then the coefficient = 0.000137441
X Y
0 0
2 0.000208
4 0.000578
6 0.000793
Any help would be appreciated, even if the answer is no this cannot be done.
Thank you!
I was wondering if it is possible to manually calculate the X Variable Coefficient that is the output when the Excel LINEST function is used AND the const parameter is set to TRUE? I'm working inside an application that cannot interface with another program/application such as Excel or other. The application I'm working in can do basic SLOPE, Yintercept and Correlation functions but no functions are available to match the LINESTR with const = TRUE.
If const is set to TRUE then the coefficient = 0.000133633
If set to FALSE then the coefficient = 0.000137441
X Y
0 0
2 0.000208
4 0.000578
6 0.000793
Any help would be appreciated, even if the answer is no this cannot be done.
Thank you!