Description Usage Arguments Value
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
1 | get_lm(fc, tel, form, B_transform, percent_clipping_threshold)
|
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 |
Summary of the lm model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.