Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

predict_FLC_given_PLC

Predict FLCs given new PLCs


Description

This function predicts FLCs given new PLCs based on the estimated ε mappings and estimated conditional distributions.

Usage

predict_FLC_given_PLC(train = list(data = list(FLC = NULL, PLC = NULL), 
    weight.matrix = NULL, pdfs = list(FLC = NULL, PLC = NULL)), test = list(PLC = NULL, 
    weight.matrix = NULL), type = c("weighted.mean", "mean", "median", "mode"), 
    method = list(FLC = "nonparametric", PLC = "normal"))

Arguments

train

a list of training examples with LC observations (a list of PLC and FLC), weight.matrix, and pdfs

test

a list of test examples with PLC observations and/or the weight.matrix associated with the PLC observations.

method

estimation method for estimating PLC and FLC distributions

type

prediction: 'mean', 'median', 'weightedmean', or 'mode'.

Value

N \times K matrix


LICORS

Light Cone Reconstruction of States - Predictive State Estimation From Spatio-Temporal Data

v0.2.0
GPL-2
Authors
Georg M. Goerg <gmg@stat.cmu.edu>
Initial release
2013-11-20

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.