Skip to content

Fix outlier detection#38

Open
stevemussmann wants to merge 2 commits intobtmartin721:masterfrom
stevemussmann:master
Open

Fix outlier detection#38
stevemussmann wants to merge 2 commits intobtmartin721:masterfrom
stevemussmann:master

Conversation

@stevemussmann
Copy link
Copy Markdown
Contributor

Addresses issue 37: #37

Briefly, run_bgc.sh now runs estpost to extract tau-alpha (ta) and tau-beta (tb) values from .hdf5 files.

combine_bgc_output.R now parses the ta and tb files.

get_bgc_outliers.R calculates mean values of ta and tb, and uses them to assign outliers. The square roots of the reciprocals of ta and tb are used for this purpose in the qnorm() function (e.g., qnorm(qn_lower,0,sqrt(1/ta)))

plot_traces.R now produces trace plots for ta and tb.

@codacy-production
Copy link
Copy Markdown

Not up to standards ⛔

🔴 Issues 2 medium

Alerts:
⚠ 2 issues (≤ 0 issues of at least minor severity)

Results:
2 new issues

Category Results
BestPractice 2 medium

View in Codacy

TIP This summary will be updated as you push new changes. Give us feedback

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

Successfully merging this pull request may close these issues.

1 participant