Hello,
Please refer to this tutorial, which introduce the fitting of Piecewise function;
http://www.originlab.com/doc/Tutorials/Fitting-Piecewise-Linear
You could try the function body like this:
if( x < b )
y = a*((3/2)*(x/b)-(1/2)*((x/b)^3));
else
y=a;
Best regards!
Jason
OriginLab Technical Service