Issue with evaluating the Chebyshev formula. Inaccurate results are obtained

This variable defines an enormous interval. It does not make sense to have such an interval. I suggest you to empirically study the distribution of values right before the Chebyshev evaluation.

For example, you notice that the values are (almost) always in [4, 450]. Then, you normalize the values according to this min and max and run the Chebyshev approximation in [0, 1].

1 Like