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

Estimation without observations #15

Open
JeromeLeCoz opened this issue Jul 19, 2024 · 2 comments
Open

Estimation without observations #15

JeromeLeCoz opened this issue Jul 19, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@JeromeLeCoz
Copy link
Contributor

It would be useful to allow Bayesian inference with no observations (eg rating curve without any gauging).

@JeromeLeCoz JeromeLeCoz added the enhancement New feature or request label Jul 19, 2024
@benRenard
Copy link
Member

I just checked and it's already feasible, under the following conditions:

  1. the data file specified in the first line of Config_Data.txt has to exist (even if it's empty).
  2. nHeaders and nObs (lines 2 and 3 of Config_Data.txt) have to be consistent with the content of the data file. The easiest way to go is to set nHeaders=0 and nObs=0 and leave the data file empty. Alternatively you may set nHeaders=1 and nObs=0 if you prefer to still write headers in the data file (and no actual data after that).

Please check that it allows implementing what you want to implement @IvanHeriver and @JeromeLeCoz, and if so, please close the ticket.

@JeromeLeCoz
Copy link
Contributor Author

Thanks, Ben. It seems that it allows implementing what I suggested in BaRatinAGE. Ivan will tell.

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

No branches or pull requests

2 participants