内容简介:In the latest version ofThe desired properties from the original maximum entropy bootstrap function
In the latest version of
meboot (v 1.4-8)
on CRAN, the function
mebootSpear
was introduced. Below is a gentle introduction to its capabilities and a link to a reference paper with further applications to improved Monte Carlo simulations.
The desired properties from the original maximum entropy bootstrap function
meboot
were retained, while incorporating the additional argument
setSpearman
. The original function created bootstrap replicates with unit rank-correlations to the original time-series,
setSpearman
relaxes this condition.
AirPassengers
The following example will demonstrate the
mebootSpear
rank-correlation results from the average of 1,000 bootstrap replicates of the
AirPassengers
dataset.
library(meboot)
output <- mebootSpear(AirPassengers, setSpearman = 0, xmin = 0)$rowAvg
cor(output, AirPassengers, method = "spearman")
[1] 0.01695065
Reference
The following paper is available with additional examples and R-code:Vinod, Hrishikesh D. and Viole, Fred, Arbitrary Spearman’s Rank Correlations in Maximum Entropy Bootstrap and Improved Monte Carlo Simulations (June 7, 2020). Available at SSRN: https://ssrn.com/abstract=3621614
Introduction to mebootSpear() Function was first posted on July 11, 2020 at 6:05 am.
©2020 " R-posts.com ". Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at[email protected]以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
文明之光(第一册)
吴军 / 人民邮电出版社 / 2014-6-25 / 59.00元
人类的历史,是从野蛮蒙昧一步步走向文明进步的过程。在文明的进程中,人类创造出多元的文化,它们有着各自的特长。要实现人类和平发展的终极理想,一个重要的前提是承认文化的多元性,并且取长补短,相互融合。 吴军博士写作《文明之光》系列,希望能开阔人们的视野,让我们看到各种各样的人类文明。虽然今天不同的地区发达程度不同,文明历史的长短不一,国家亦有大小之分,但是文明之光从世界的每一个角落发出,对人类的......一起来看看 《文明之光(第一册)》 这本书的介绍吧!