mdreg.othree# mdreg.othree(t, S0, R, A, B)[source]# Third order polynomial function. \[S(t) = S0(1 + Rt + At^2 + Bt^3)\] Parameters: t (array) – array of time points S0 (float) – signal scaling factor R (float) – relaxation rate in units 1/[t] A (float) – amplitude of quadratic term in units of [t]^2 B (float) – amplitude of third order term in units of [t]^3 Returns: Signal versus time, same size as t. Return type: numpy.ndarray