Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/ruby/23.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Pandas 熊猫基金估值_Pandas - Fatal编程技术网

Pandas 熊猫基金估值

Pandas 熊猫基金估值,pandas,Pandas,我有股票市场的回报和股息率作为原始数据。这些都在一个数据框架中,每年一行,我都要对市场做出一系列贡献,也在数据框架中 在给定的一年中 end_fund_valuation = previous_years_closing_fund_valuation * (1 + return + dividend rate) + contribution 有没有一种方法可以计算一次命中的概率?[换档功能?] 或者,如果必须逐行进行,那么最好的方法是什么?您能提供一个数据样本,让我们看看这个吗?这就是我们想要

我有股票市场的回报和股息率作为原始数据。这些都在一个数据框架中,每年一行,我都要对市场做出一系列贡献,也在数据框架中

在给定的一年中

end_fund_valuation = previous_years_closing_fund_valuation * (1 + return + dividend rate) + contribution
有没有一种方法可以计算一次命中的概率?[换档功能?]


或者,如果必须逐行进行,那么最好的方法是什么?

您能提供一个数据样本,让我们看看这个吗?这就是我们想要的你能给我们一个数据样本让我们看看这个吗?这就是我们所追求的