seed.BurSt {PortfolioProbe}R Documentation

Create Random Seed for Burns Statistics Functions

Description

Creates a random seed that is used internally in Burns Statistics functions.

Usage

seed.BurSt(n = NULL)

Arguments

n if this has length, then set.seed is called with this as its argument.

Value

a numeric vector that is the proper length and structure for a random seed for the random generator that is internal to several Burns Statistics functions.

Side Effects

The S language random seed .Random.seed is created or changed.

Details

The random generator is an implementation of the Mersenne Twister.

See http://www.math.keio.ac.jp/~matumoto/

Revision

This help was last revised 2009 November 09.


[Package PortfolioProbe version 1.02 Index]