I am looking for functional mathematical notation to explain the difference between Predictive Inference and Causal Inference? I list an example model. I also list links further down that give interesting answers, but I think that for each method they use the word input, which is fine/understandable. But I think that what they reference for each type of inference is different for each method even though they call it input (or x).
So I am looking for function composition notation to try to explain what the difference are with say a simple model such as y = a*x, please.
Function notation as in
function( ): {input} -> output := equation(,input_varb ; input_param )
Where the function’s arguments are identified by using comma for variables and semi-colon for parameters. := means an assigned equation. Note equation is not strictly a function.
What is the difference between prediction and inference?
What is the relation between causal inference and prediction?