Learn R Programming

SmartSifter (version 0.1.0)

UpdateConst: UpdateConst

Description

updates the vector const after inputting sample y

Usage

UpdateConst(y, const)

Arguments

y
A matrix, the new sample to be input.
const
A numeric vector, specifies the value of all global variables, if param = T, then const = c(N,n,d,rh,r,K,alpha); if param=FALSE, then const = c(N,n,d,rh,r,K,sigma_sqare).

Value

The updated vector which specifies all the constant parameters.