[R-SIG-Finance] Elegant bootstrapping with zoo

Gabor Grothendieck ggrothendieck at gmail.com
Thu Mar 26 20:50:53 CET 2009


A zoo object is a time series and should have unique times
so sampling with replacement  requires a non-zoo object.

On Thu, Mar 26, 2009 at 2:47 PM, Rowe, Brian Lee Yung (Portfolio
Analytics) <B_Rowe at ml.com> wrote:
> Hello,
>
> I want to bootstrap from a population in a zoo object. For example, I
> have a set of returns for the S&P and want to bootstrap from this set
> over time. I can do this with the below code, and I wanted to know if
> there is a more elegant approach?
>
>> h <- sp500.subset[sample(index(sp500.subset), 100, TRUE),]
>
> I was hoping that a cleaner call would work, but apparently the length
> is being used in the call to sample:
>
>> h <- sample(sp500.subset, 100, TRUE)
> Error in `[.zoo`(x, .Internal(sample(length(x), size, replace, prob))) :
>  subscript out of bounds
>
> Any thoughts or should I stick with the above approach?
>
> Thanks,
> Brian
>
>
> --------------------------------------------------------------------------
> This message w/attachments (message) may be privileged, confidential or proprietary, and if you are not an intended recipient, please notify the sender, do not use or share it and delete it. Unless specifically indicated, this message is not an offer to sell or a solicitation of any investment products or other financial product or service, an official confirmation of any transaction, or an official statement of Merrill Lynch. Subject to applicable law, Merrill Lynch may monitor, review and retain e-communications (EC) traveling through its networks/systems. The laws of the country of each sender/recipient may impact the handling of EC, and EC may be archived, supervised and produced in countries other than the country in which you are located. This message cannot be guaranteed to be secure or error-free. References to "Merrill Lynch" are references to any company in the Merrill Lynch & Co., Inc. group of companies, which are wholly-owned by Bank of America Corporation. Secu!
>  rities and Insurance Products: * Are Not FDIC Insured * Are Not Bank Guaranteed * May Lose Value * Are Not a Bank Deposit * Are Not a Condition to Any Banking Service or Activity * Are Not Insured by Any Federal Government Agency. Attachments that are part of this E-communication may have additional important disclosures and disclaimers, which you should read. This message is subject to terms available at the following link: http://www.ml.com/e-communications_terms/. By messaging with Merrill Lynch you consent to the foregoing.
> --------------------------------------------------------------------------
>
>
>        [[alternative HTML version deleted]]
>
> _______________________________________________
> R-SIG-Finance at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-sig-finance
> -- Subscriber-posting only.
> -- If you want to post, subscribe first.
>



More information about the R-SIG-Finance mailing list