英文: Pandas calculate "bars since high" 问题 我试图计算一个滚动的“距离最高点的 bars 数”,当出现新的最高点时,它会重置,使用 Pand...
df.rolling() 不尊重索引中的间隔吗?
英文: df.rolling() not respecting gaps in the index? 问题 I understand your question. You want to perfor...
计算非均匀域的移动平均值
英文: Compute moving average with non-uniform domain 问题 https://stackoverflow.com/q/14313510/850781 讨论...
在tidyverse中按组计算滚动均值。
英文: Rolling mean per group in tidyverse 问题 以下是您要翻译的内容: I aggregate data per group and calculate mean...
R中时间序列的滚动均值,包括缺失日期。
英文: Rolling mean of time series with missing dates in R 问题 以下是代码部分的翻译: R初学者,使用`tidyverse` / RStudio。...
使用滚动窗口估计分位数相关性
英文: Estimating quantile correlations with rolling window 问题 我想估计两个变量之间的分位数相关性,比如Y和X,使用滚动窗口。我正在使用R包QC...
应用用户定义的函数到使用zoo库的滚动窗口
英文: Applying user defined function to rolling window with zoo 问题 我正在研究一个项目,我想重新创建一篇文章中提到的市场效率指标。由于我正...
计算数据框中相同日期和小时的每两周滚动平均值。
英文: Calculate the rolling average every two weeks for the same day and hour in a DataFrame 问题 我有一个类似...
在pandas DataFrame上调用函数,使用在前一行/循环中计算的滞后值。
英文: Call function on pandas df with lagged values calculated in the previous row/loop 问题 我正在调用一个函数,对...
在pandas数据框上应用滚动函数,带有多个参数。
英文: Apply rolling function on pandas dataframe with multiple arguments 问题 我正在尝试在pandas数据框上应用一个3年滚动窗口...