tiantian-paris commited on
Commit
fbec709
·
verified ·
1 Parent(s): d030ea8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def calculate_historical_var(returns: np.ndarray, var_level: float = 0.95) -> fl
16
  """
17
  Calculate the Value at Risk (VaR) using the historical method.
18
 
19
- Parameters:
20
  returns: Array of daily returns.
21
  var_level: VaR level (e.g., 0.95 for 95%).
22
 
 
16
  """
17
  Calculate the Value at Risk (VaR) using the historical method.
18
 
19
+ Args:
20
  returns: Array of daily returns.
21
  var_level: VaR level (e.g., 0.95 for 95%).
22