CPROB
gtsThe function CPROB
generates a new Geo Time Series™ from an input Geo Time Series™ by computing a conditional probability.
The function expects a STRING separator on top of the stack and expects the input Geo Time Series™ to have values of the form given1< SEP >given2< SEP >....< SEP >event. It will then emit P(event|given1,given2,...).
If the separator is NULL, CPROB
behaves like PROB
.