フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

how to generate predicted value from the output of Generalize​dLinearMod​el.stepwis​e

1 回表示 (過去 30 日間)
Calvin Cheung
Calvin Cheung 2015 年 1 月 30 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Hi there,
I am trying to use GeneralizedLinearModel.stepwise to predict some observation dataset (time series).
let's say, X is the matrix of my predictors, Y is the observation data
mdl = GeneralizedLinearModel.stepwise(X,Y,'constant','upper','linear','Distribution','poisson')
The model file, mdl, consist of some datasets and matrix (e.g. Residuals, Coefficients etc.), and I am wondering how to reconstruct the time series?
In the past I use glmfit, that provide an array (b), where I can produce the predicted value from the function glmval. (But I don't know how to produce the same under GeneralizedLinearModel.stepwise)
Thank you!!
Regards,
Calvin

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by