Question: How do I enter a list into Maple TA

I want to write some stats questions on forecasting. I would like to have a list which is a time series, and use Moving Average to derive forecasts, then calculate my errors, etc. I can do it all in Maple, but I don't know how to create a list in Maple TA. For instance, how do I create A in Maple TA's algorithm, where A is defined by:

A:= [seq(round(RandomTools[Generate](distribution(Normal(40,5)),1)), i=1..20)];

This is just a  list of some "sales figures" distributed approximately normally.

Thanks in advance

Stephen

 

Please Wait...