dtcenter / MET

Model Evaluation Tools
https://dtcenter.org/community-code/model-evaluation-tools-met
Apache License 2.0
77 stars 24 forks source link

Enhance contents of VCNT line type to actually compute the bootstrap confidence intervals #963

Open dwfncar opened 6 years ago

dwfncar commented 6 years ago

Describe the Enhancement

MET version 7.0 added the new VCNT line type for vector continuous statistics. However, it is incomplete. We added placeholder columns for bootstrap CI's but they are currently set to NA. This task is to actually go through and compute the bootstrap CI's in MET. This applies to the Point-Stat, Grid-Stat, Series-Analysis, and Stat-Analysis tools.

Time Estimate

2-3 days

Sub-Issues

Consider breaking the enhancement down into sub-issues. No sub-issues needed.

Relevant Deadlines

List relevant project deadlines here or state NONE.

Funding Source

Define the source of funding and account keys here or state NONE.

Define the Metadata

Assignee

Labels

Projects and Milestone

Define Related Issue(s)

Consider the impact to the other METplus components.

Enhancement Checklist

See the METplus Workflow for details.

JohnHalleyGotway commented 2 years ago

Note that this issue resurfaced when beginning work on #2022. The VCNT line type includes many columns for BCL and BCU output. They are currently just hard-coded to write NA. If we're going to have those columns, we should populate them... or decide that populating them isn't worthwhile and remove the BCL and BCU columns.

JohnHalleyGotway commented 2 years ago

Development for #2022 revealed that storing both the vector partial sums and the derived statistics in the same VL1L2Info is not a sufficient design. Recommend that we...