Closed this issue 2 months ago · 0 comments
table_directional_nonexceedance() gives an output like this:
While table_monthly_nonexceedance() gives this:
So the first is apparently P(w < threshold) * P(d = direction), while the second is P(w < threshold | m = month). Is this intentional?