Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/perl/10.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
Statistics::Descriptive与使用Statistics::R模块(在PERL脚本中)类似吗?_Perl_Perl Module - Fatal编程技术网

Statistics::Descriptive与使用Statistics::R模块(在PERL脚本中)类似吗?

Statistics::Descriptive与使用Statistics::R模块(在PERL脚本中)类似吗?,perl,perl-module,Perl,Perl Module,我认为Statistics::Descriptive不调用R语言模块,而Statistics::R调用。 我说得对吗?Statistics::Descriptive是一个简单的纯Perl模块,提供统计的基本功能。您可以阅读或自行回答以下问题:Statistics::Descriptive不在后台使用R。谁会想到你能用R以外的语言做统计分析 Statistics::Descriptive和Statistics::R模块非常不同:虽然S::D提供了表示可以调用各种方法的数据集合的Perl对象,但是S

我认为Statistics::Descriptive不调用R语言模块,而Statistics::R调用。
我说得对吗?

Statistics::Descriptive
是一个简单的纯Perl模块,提供统计的基本功能。您可以阅读或自行回答以下问题:Statistics::Descriptive不在后台使用R。谁会想到你能用R以外的语言做统计分析

Statistics::Descriptive
Statistics::R
模块非常不同:虽然
S::D
提供了表示可以调用各种方法的数据集合的Perl对象,但是
S::R
只是R的一个方便的包装器,需要您编写R代码片段