You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that my daily data is being annualized assuming 252 days in the year. I'm wondering if it's possible to annualize using 365 days
It looks like thee annualize function in the core module is capable of annualizing daily data based on a varying number of days in the year -- with the one_year param. However, when instantiating a GroupStats or PerformanceStats I don't se an option for specifying the number of days per year to use for annualization.
I see an attribute of GroupStats or PerformanceStats named one_year in the source code, but it looks like this might not refer to the days per year for annualization. I also don't think it would be smart to set this explicitly then recalc the stats (something like the below)?
It seems that my daily data is being annualized assuming 252 days in the year. I'm wondering if it's possible to annualize using 365 days
It looks like thee annualize function in the core module is capable of annualizing daily data based on a varying number of days in the year -- with the
one_year
param. However, when instantiating aGroupStats
orPerformanceStats
I don't se an option for specifying the number of days per year to use for annualization.I see an attribute of
GroupStats
orPerformanceStats
namedone_year
in the source code, but it looks like this might not refer to the days per year for annualization. I also don't think it would be smart to set this explicitly then recalc the stats (something like the below)?Thank you!
The text was updated successfully, but these errors were encountered: