<< Resampling Resampling ciboot >>

Stixbox >> Stixbox > Resampling > T and extra arguments

T and extra arguments

How to use extra-arguments in T.

Description

The function T must have the following header:

        p=T(x)
      
where x is the sample or the resample and p is a m-by-1 matrix of doubles.

It may happen that the function T require extra-arguments. In this case, the argument T can be the list

        (Tfunc,arg1,arg2,...)
      
where Tfunc is a function with calling sequence
        p=Tfunc(x,arg1,arg2,...)
      
where arg1, arg2, ... are automatically added at the end of the calling sequence of Tfunc.

Authors


Report an issue
<< Resampling Resampling ciboot >>