MET-OM/metocean-stats

Inconsistency between directional and monthly non-exceedance tables

Closed this issue · 0 comments

table_directional_nonexceedance() gives an output like this:
image

While table_monthly_nonexceedance() gives this:
image

So the first is apparently P(w < threshold) * P(d = direction), while the second is P(w < threshold | m = month). Is this intentional?