Home > biosig > t310 > bootts.m

bootts

PURPOSE ^

Calculates non-parametric t-percentile bootstrap statistics.

SYNOPSIS ^

function [ts_boot, cfl, cfu] = bootts(ts, B, alpha, med)

DESCRIPTION ^

 Calculates non-parametric t-percentile bootstrap statistics.

 Calculates non-parametric t-percentile bootstrap statistics of a given time
 series.

 Input parameters:
   ts    ... Time series (trials x epochs)
   B     ... Number of resamplings (default: 300)
   alpha ... Alpha significance of confidence intervals (default: [0.1 0.05 0.01])
   med   ... 0: mean, 1: median (default: 0)
 
 Output parameters:
   ts_boot ... Bootstrapped time series
   cfl     ... Lower limit of confidence interval
   cfu     ... Upper limit of confidence interval

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003