Calculate the average of two parameter sets to smooth out any local anomalies. Mostly useful to smooth out a local (say OBK) parameter set using a global one (say NRW).
Technically this function calculates
(1-weight) * para + weight * other
ensuring that the names etc. of para
are preserved.
smoothParameter(para, other, weight = 0.2)
Parameter set to smooth
Other parameters to average in
Weight of other parameters
Weighted parameter set