mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-12 22:26:18 +00:00
update analysis.py
This commit is contained in:
parent
944cb31883
commit
8d2dedc5a2
Binary file not shown.
@ -679,8 +679,7 @@ def tanh_regression(x, y):
|
|||||||
|
|
||||||
for i in range(len(x)):
|
for i in range(len(x)):
|
||||||
z = x[i]
|
z = x[i]
|
||||||
exec("vals.append(" + eq_str + ")") in globals(), locals()
|
exec("vals.append(" + eq_str + ")")
|
||||||
|
|
||||||
_rms = rms(vals, y)
|
_rms = rms(vals, y)
|
||||||
r2_d2 = r_squared(vals, y)
|
r2_d2 = r_squared(vals, y)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user