mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-05 20:11:08 +08:00
refine readme
This commit is contained in:
@@ -65,7 +65,5 @@ class AC(VWAP):
|
||||
t = t + 1
|
||||
k_tild = self.lamb / self.eta * sig * sig
|
||||
k = np.arccosh(k_tild / 2 + 1)
|
||||
act = (np.sinh(k * (self.T - t)) - np.sinh(k * (self.T - t - 1))) / np.sinh(
|
||||
k * self.T
|
||||
)
|
||||
act = (np.sinh(k * (self.T - t)) - np.sinh(k * (self.T - t - 1))) / np.sinh(k * self.T)
|
||||
return Batch(act=act, state=state)
|
||||
|
||||
Reference in New Issue
Block a user