-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add points contained info to stats csv #45
Comments
@sweeney-l when you say "points", do you mean "dates"? So for the plot below, you want the stats file to report that all four dates are withing the confidence interval? |
Yep, sorry, mean dates. When you run bacon from rbacon you get something that says e.g. "92% of the dates overlap with the age-depth model (95% ranges)". In your example you would get 100% of dates overlap. As it is already in rbacon, I thought it might also be a relatively easy (!?) way of choosing the best model, based on the discussions we had before. It would certainly discount those scenarios where no dates are inside the CI but are still chosen by the package as the best because the abc and bias values are good |
The only problem here is that since we are running multiple instances of Example log file: 100% of the dates overlap with the age-depth model (95% ranges)
--------------------------------------------------------------------------------
| Saving results |
--------------------------------------------------------------------------------
100% of the dates overlap with the age-depth model (95% ranges)
Mean 95% confidence ranges 406 yr, min. 115 yr at 15.1515151515152 cm, max. 884 yr at 500 cm
--------------------------------------------------------------------------------
| Saving results |
--------------------------------------------------------------------------------
80% of the dates overlap with the age-depth model (95% ranges)
--------------------------------------------------------------------------------
| Saving results |
-------------------------------------------------------------------------------- Anyhow, I will have a look, as it will definitely help to drop "false positives" for best models. |
Hmm, yes, I understand. |
In the outputed csv with stats about the different scenarios, is is possible to have something like no. of points contained within confidence interval as per rbacon: Bacon?
The text was updated successfully, but these errors were encountered: