The raw_data is actually 10**adf11_rates. I am bringing this up as a question. I am not a numerical expert, so how big difference can be between:
- 10**rates
- interpolate
and
- interpolate
- 10**rates
What should be the preferred solution? Should the raw_data store the original log10 form of the data? I'm sorry if I missed somewhere issue discussing this.
The raw_data is actually 10**adf11_rates. I am bringing this up as a question. I am not a numerical expert, so how big difference can be between:
and
What should be the preferred solution? Should the raw_data store the original log10 form of the data? I'm sorry if I missed somewhere issue discussing this.