Description Usage Arguments Value Examples
Finds points at which turning points are zero
1 2 3 4 5 6 7 | find_zero_mu_turning_points(
time,
mu_fn,
mu_diff_fn,
parameters,
print_level = 1
)
|
time |
Current time |
mu_fn |
Mu function |
mu_diff_fn |
Derivative of mu function |
parameters |
Parameters |
print_level |
Level of logger to print |
Returns turning points in the function where mu is zero
1 2 3 | find_zero_mu_turning_points(time = 200, mu_fn = mu_linear,
mu_diff_fn = mu_diff_linear,
parameters = list("A" = 1, "B" = -0.1))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.