get_poc: Get PoC (probability of clipping) for single instance PoC is...

Description Usage Arguments

View source: R/bma.R

Description

Get PoC (probability of clipping) for single instance PoC is estimated from logit(PoC)=a0 + a1*f + a2*1[obs==1] This seems inverted from the PoP defintion from Will Kleiber's code, which reads to me like it should be 1-PoP

Usage

1
get_poc(FCST, A0, A1, A2, A_transform = NA)

Arguments

FCST

single forecast

A0

intercept of logistic regression of PoC

A1

slope of logistic regression of PoC

A2

coefficient of clipped forecast indicator [FCST==1] in logistic regression of PoC

OBS

single observation


kdayday/forecasting documentation built on Oct. 7, 2020, 7:16 p.m.