This is a general question about modeling the seasons using sine and cosine functions; I am trying to use sine and cosine to model cyclic behavior in sales due to the seasons (spring, summer, fall and winter); I have the following seasonal factors so to speak:-
$t = 0$ Start of year
$t = 3$ Spring - $\frac{\sin (\pi t)}{6} $
$t = 6$ Summer - $\frac{\sin(\pi t)}{12}$
$t = 9$ Fall - $\frac{\sin(\pi t)}{18}$
$t = 12$ Winter - $\frac{\cos(\pi t)}{6}$
I want to get sales to be max in each period for a given product. For example I want sales for sandals to max in the spring and sales for cardigans to max in the fall.
I Would appreciate advice and guidance as am not sure if these are correct. But looking at the graphs, they seem reasonable.
P.S. this is not a homework problem, this is just me trying out different modeling techniques in sales forecasting.