Arguments
obs
Information about a forecast and observation can be
done in one of two ways. First, the results of a
contingency table can be entered as a vector containing
c(n11, n10, n01, n00), where n11 are the number of correctly
predicted events an
frcs
If obs is entered as a contingency table, this
agrument is null. If obs is a vector of outcomes, this
column is a vector of probablistic forecasts.
theta
Loss value (cost) of making a incorrect forecast
by a non-event. Defaults to 0.5.
t
Probability of forecasting an event, when an event
occurs. A perfect value is 1.
u
Probability of forecasting that no event will occur,
when and event occurs. A perfect value is 0.
h
Threshold for converting a probablistic forecast into
a binary forecast. By default, this value is NULL and the
theta is used as this threshold.