2 description
= "See Model refs in user's guide"
4 parameters
= {"omega", "k"}
7 function f(omega
, k
, theta
)
11 y1
= theta
+ omega
+ (k
/two_pi
)*math
.sin(two_pi
*theta
)
19 function Jf(omega
, k
, theta
)
21 return 1 + k
*cos(two_pi
*theta
)