I am trying to figure out what the correct mathematical notation would be for something like the following:
I want to describe that the value V of a company is equal to sum of parameters P at any given time t. The amount of parameters can in theory infinite. Understanding that it is impractical to determine an infinite amount of parameters, perhaps even impossible to describe all parameters I'm thinking about including a residual parameter to account for "unknowns".
What would be best way to describe such a relationship?
This is what I have come up with but I am unsure if this is mathematically bullet proof "proof-wise" and what the implications are of below formula.
$$ V_{a_t} = \sum_{i=1}^nP_{i_t} + e; \lim_{n\to\infty} n = \infty $$
E.g. should $e$ be included or is better to just leave it out? Hoping for some help as I am not an expert in the math field.
The way I would write this is $$V(t)=\sum\limits_{i=1}^{n} P_i (t)+\epsilon_n (t)$$
Where $\lim\limits_{n\to\infty} \epsilon_n (t)=0$ for all $t$