Thread Subject: Variation of ARX model

Subject: Variation of ARX model

From: Guanqun

Date: 25 Feb, 2009 01:31:02

Message: 1 of 2

Hi~! I need to solve a variation of ARX model:
y(t)=C+\sigma a_k*x(t-k)+\sigma b_k*y(t-k)+e(t), where C is a constant.

I looked up in the SYSTEM ID toolbox but didn't find useful function. I wonder if any functions any realize that. Thanks

Subject: Variation of ARX model

From: Rajiv Singh

Date: 25 Feb, 2009 14:55:43

Message: 2 of 2

You mean you need a model with affine term? Note that the model with non
zero C is not a linear model. However, you should be able to use a nonlinear
ARX (idnlarx) model to estimate this; see help for estiamtor NLARX and model
IDNLARX.

Model = nlarx(data, [na nb nk], [])

This model has no nonlinearity (nonlinearity = 'linear'), so it basically
estimates something very similar to a linear ARX model, except that it also
captures the offset (C). The values of the ARX coefficients and the offset
are stored in Model.Nonlinearity.Parameters in fields LinearCoeff and
OutputOffset.

If C is known in advance, it would be better to remove it from y and then
use the detrended data with ARX to estimate a linear model.

-rajiv


"Guanqun " <gqzhang1984@gmail.com> wrote in message
news:go270m$kvc$1@fred.mathworks.com...
> Hi~! I need to solve a variation of ARX model:
> y(t)=C+\sigma a_k*x(t-k)+\sigma b_k*y(t-k)+e(t), where C is a constant.
>
> I looked up in the SYSTEM ID toolbox but didn't find useful function. I
> wonder if any functions any realize that. Thanks

Tags for this Thread

Everyone's Tags:

Add a New Tag:

Separated by commas
Ex.: root locus, bode

What are tags?

A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.

Anyone can tag a thread. Tags are public and visible to everyone.

Tag Activity for This Thread
Tag Applied By Date/Time
arx system iden... Guanqun 24 Feb, 2009 20:35:04
rssFeed for this Thread
 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com