smpl.functions.order

smpl.functions.order(x, a, k, y)[source]

order(x,a,k,y) = \(a x^{k} + y\)

>>> from smpl.functions import order
>>> from smpl import plot
>>> plot.function(order,1,3.3,0,xmin=-5,xmax=5)

(Source code, png, hires.png, pdf)

../_images/smpl-functions-order-1.png