You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mc5 column “er” has negative numbers. Is this the log10(error), where error = sigma^2? I thought this might be a result of the strangeness of moving from fitting on log10 scale vs fitting on arithmetic scale?
We should investigate the code to see what is computed and stored and consider if it should be changed to arithmetic units.
The text was updated successfully, but these errors were encountered:
@sedavid01 and @brown-jason I had a conversation today that made me more confused about what "er" is in mc4. It is not clear to me if this is natural log of sigma, or is it transformed to some variance or SD measure? There is some inconsistency in the tcplfit2_core vs tcplhit2_core functions in tcplfit2. We looked at tcplfit2_core.R in tcplfit2 and v3_schema_functions.R in tcpl and could not figure out mathematically how to define the "er" term...somewhere it must be renamed as "er" from "err" as well and I couldn't quite find it....thank you!
@kpaulfriedman er - error term- is a parameter that is defined in all of the models' fitting in tcplfit2. tcplfit2_core calls each model fit and er is a term in the constrained optimization that occurs during fitting see fithill.R for example. We also store the standard deviation of all parameters with the _sd suffix. I don't follow the er vs. err renaming because everywhere I see the term it is defined as "er". @sedavid01 can provide more context on the mathematical meaning of the 'er' term.
Mc5 column “er” has negative numbers. Is this the log10(error), where error = sigma^2? I thought this might be a result of the strangeness of moving from fitting on log10 scale vs fitting on arithmetic scale?
We should investigate the code to see what is computed and stored and consider if it should be changed to arithmetic units.
The text was updated successfully, but these errors were encountered: