predict_mean_prior: predict_mean_prior

Description Usage Arguments Value

View source: R/Predict.R

Description

Predicts the mean values of response, given covariates X, logit regression coefficients alpha and a specified model of expert functions.

Usage

1
predict_mean_prior(X, alpha, model, exposure_future = list())

Arguments

X

A matrix of covariates.

alpha

A matrix of logit regression coefficients.

model

An ExpertMatrix

exposure_future

A vector indicating the time exposure (future) of each observation. If nothing is supplied, it is set to 1.0 by default.

Value

result: A matrix of predicted mean values of response, based on prior probabilities.


UofTActuarial/LRMoE documentation built on Feb. 18, 2022, 1:36 a.m.