Learn R Programming

IceCast (version 2.1.0)

cond_prob: Compute conditional probability of observed event

Description

Computes conditional probability of the observed event under some probability model

Usage

cond_prob(obs, mod)

Arguments

obs

matrix with binary observations indicating if sea ice concentration of at least 15$%$ was observed. Dimension is lon x lat.

mod

matrix with estimated sea ice probability from a model. Dimension is lon x lat.