MCPcopy Create free account
hub / github.com/Apress/python-for-matlab-development / Fn

Function Fn

code/optim/log_test_data.py:33–34  ·  view source on GitHub ↗
(t, A, B, C)

Source from the content-addressed store, hash-verified

31import numpy as np
32A, B, C = 5, 14, -13.7
33def Fn(t, A, B, C):
34 return A*np.log(B*t) + C
35np.random.seed(234567)
36n_pts = 1000
37t = 2 + np.linspace(.2,30,n_pts)+\

Callers 1

log_test_data.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected