I have developed a model in Python to simulate something physical. This model outputs angular velocity over a distance range. For various reasons the model does not give results for small distance values, but it has been suggested to me that I complete the curve using a function which we believe approximates the small distance regime.
My question is, how can I actually implement this? It is not obvious to me how to tie together the curve that results from the model with the known analytic function.