I have a model (autoregressive model) described as follows:
Y(n)=Y(n-1)*c
This model in math, is it considered non-linear? In DSP (digital signal processing), it is called autoregressive.
Why in math, this model is not studied? Or, what is the name of the topic discussing this model? (i want to...