BINLESS_JACK Binless method analysis with leave-one-out jackknife.
[Y,JK] = BINLESS_JACK(X,OPTS) performs a binless method analysis
on input data structure X. In addition to the typical analysis,
this function also does a leave-one-out jackknife. Y is an output
structure with the results of the typical analysis and JK is an
array of output structures with the results for each jackknife
trial. There are as many elements in JK as there are spike trains
in X. For information on the output structure, see BINLESS.
For information on options and parameters see BINLESS.
[Y,JK] = BINLESS_JACK(X) uses the default options and parameters.
[Y,JK,OPTS_USED] = BINLESS_JACK(X) or [Y,JK,OPTS_USED] =
BINLESS_JACK(X,OPTS) additionally return the options used.
See also BINLESS, BINLESS_SHUF.
This function calls: