Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

invitrodb.mc5 column "err" #237

Open
kpaulfriedman opened this issue Apr 10, 2024 · 2 comments
Open

invitrodb.mc5 column "err" #237

kpaulfriedman opened this issue Apr 10, 2024 · 2 comments
Assignees

Comments

@kpaulfriedman
Copy link
Collaborator

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.

@kpaulfriedman
Copy link
Collaborator Author

kpaulfriedman commented Apr 16, 2024

@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!

@brown-jason
Copy link
Collaborator

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants