get_lm: Get the linear model for a single ensemble member's 'b'...

Description Usage Arguments Value

View source: R/bma.R

Description

Get the linear model for a single ensemble member's 'b' coefficients Telemetry within given tolerance of 1 are assumed to be clipped glm and lm omit NA values by default

Usage

1
get_lm(fc, tel, form, B_transform, percent_clipping_threshold)

Arguments

fc

Vector of training forecast data on [0,1]

tel

Vector of telemetry data on [0,1]

form

Formula in terms of x,y for logistic regression model

B_transform

A function for pre-transforming the forecast data (optional), e.g. function(X) return(log(x)+1)

percent_clipping_threshold

Percentage threshold for determining if clipping is occurring

Value

Summary of the lm model


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