This may be a silly question but I was wondering how to interpret f(0) for something like: $$ f(t) = \sum_{t=1}^T \log(g(t)) $$
or if this doesn't make any sense altogether?
The motivation for this is that I'm working with the following: for the operator: $\Delta A(t) = A(t+1)-A(t)$, let :
$$ \Delta C = \sum^{T-1}_{t=0} [~~H(\pi(t+1)~|~\mu(t+1))~~ - ~~H(\pi(t)~|~\mu(t+1))~~] $$ Where $H (\pi(t+1)|\mu(t+1)) = \sum^n_{i=1}\pi_i(t) \log \frac{\pi_i(t)}{\mu_i(t+1}$ is the relative entropy.
I believe this implies that: $$ C = \sum_{t=1}^{T-1}H(\pi(t)~|~\mu(t+1)) $$ and I want to find $C(0), C'(0) $