필터 지우기
필터 지우기

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