In fitteia consider the following definitions in the appropriate fields in the fitter module:
Independent variable: f
Dependent variable: R1
Expression: R1=A*pow(2*pi*f,1-alpha)*(
lor(pow(tau,alpha),pow(2*pi*f,alpha))
+
pow(2.0,1+alpha)*lor(pow(tau,alpha),pow(4*pi*f,alpha))
)
Fitting parameters: A, tau, alpha
Typical values: A=3.4×109 s-2, tau=10-9s, alpha=free
Function pow(x) is part of the C mathematical functions' library.