fw
: Relation between variables Forecast of the weather (F) and Weather at sea (W)This dataset is the tt
matrix establishing the relation between the two variables. An accurate forecast is described by this subset of two event: (Forecast = foul, Weather = foul) and (Forecast = fair, Weather = fair). We assign a mass value of 0.8 to this subset. The remaining mass of 0.2 is allotted to the frame. To construct the tt
matrix, we put the variables F and W side by side, as in a truth table representation. Each pair of the subset is described by a row of the matrix as a vector of zeros and ones.
fw
An integer matrix with 4 rows and 6 columns.
value = 0, not used
Identification numbers of the two variables. Column 3,6: variable 5; columns 5,6: variable 7.
identification number of the specification
the value of the specification, a number between 0 and 1
1 if foul is part of the specification, 0 otherwise
1 if fair is part of the specification, 0 otherwise
Claude Boivin